REST Resource: matters
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: ব্যাপার
একটি বিষয় প্রতিনিধিত্ব করে।
ভল্ট সংস্থানগুলির সাথে কাজ করার জন্য, অ্যাকাউন্টে প্রয়োজনীয় ভল্ট সুবিধা এবং বিষয়টিতে অ্যাক্সেস থাকতে হবে। একটি বিষয় অ্যাক্সেস করার জন্য, অ্যাকাউন্টটি অবশ্যই বিষয়টি তৈরি করেছে, বিষয়টি তাদের সাথে ভাগ করে নিতে হবে বা সমস্ত বিষয় দেখার বিশেষাধিকার থাকতে হবে।
JSON প্রতিনিধিত্ব |
---|
{
"matterId": string,
"name": string,
"description": string,
"state": enum (State ),
"matterPermissions": [
{
object (MatterPermission )
}
],
"matterRegion": enum (MatterRegion )
} |
ক্ষেত্র |
---|
matterId | string ব্যাপার আইডি, যা সার্ভার দ্বারা উত্পন্ন হয়. একটি বিষয় তৈরি করার সময় ফাঁকা ছেড়ে দিন। |
name | string বিষয়টির নাম। |
description | string বিষয়টির জন্য একটি ঐচ্ছিক বর্ণনা। |
state | enum ( State ) বিষয়টির অবস্থা। |
matterPermissions[] | object ( MatterPermission ) ব্যবহারকারীদের তালিকা এবং বিষয়টির জন্য তাদের অনুমতি। বর্তমানে একটি বিষয় থাকতে পারে এমন অনুমতির সংখ্যার কোন প্রোগ্রামার সংজ্ঞায়িত সীমা নেই। |
matterRegion | enum ( MatterRegion ) ঐচ্ছিক। বিষয়টির জন্য অনুরোধ করা ডেটা অঞ্চল। |
রাজ্য
Enums |
---|
STATE_UNSPECIFIED | বিষয়টির কোনো নির্দিষ্ট রাষ্ট্র নেই। |
OPEN | বিষয়টি খোলা আছে। |
CLOSED | বিষয়টি বন্ধ। |
DELETED | বিষয়টি মুছে ফেলা হয়। |
ম্যাটার পারমিশন
ব্যবহারকারীরা বিষয়ের মালিক বা সহযোগী হতে পারে। প্রতিটি বিষয়ের একজনই মালিক। অন্য সকল ব্যবহারকারী যারা বিষয়টি অ্যাক্সেস করতে পারে তারা সহযোগী। যখন একটি অ্যাকাউন্ট শুদ্ধ করা হয়, তখন এর সংশ্লিষ্ট MatterPermission রিসোর্সের অস্তিত্ব বন্ধ হয়ে যায়।
JSON প্রতিনিধিত্ব |
---|
{
"role": enum (AclRole ),
"accountId": string
} |
ক্ষেত্র |
---|
role | enum ( AclRole ) বিষয়টির জন্য ব্যবহারকারীর ভূমিকা। |
accountId | string অ্যাডমিন SDK দ্বারা প্রদত্ত অ্যাকাউন্ট আইডি। |
AclRole
একটি বিষয়ের জন্য সম্ভাব্য ব্যবহারকারীর অনুমতি, অনুমতি বৃদ্ধির জন্য।
Enums |
---|
ROLE_UNSPECIFIED | কোন ভূমিকা বরাদ্দ করা হয়নি. |
COLLABORATOR | এ বিষয়ে একজন সহযোগী। |
OWNER | বিষয়টির মালিক মো. |
ম্যাটাররিজিয়ন
বিষয়টির জন্য ডেটা অঞ্চল।
Enums |
---|
MATTER_REGION_UNSPECIFIED | অঞ্চলটি অনির্দিষ্ট। ডিফল্ট যে কোনো. |
ANY | যে কোন অঞ্চল। |
US | মার্কিন যুক্তরাষ্ট্র অঞ্চল। |
EUROPE | ইউরোপ অঞ্চল। |
পদ্ধতি |
---|
| একটি বিষয় সহযোগী হিসাবে একটি অ্যাকাউন্ট যোগ করুন. |
| নির্দিষ্ট বিষয় বন্ধ করে। |
| নির্দিষ্ট ক্যোয়ারী দ্বারা প্রক্রিয়াকৃত অ্যাকাউন্ট গণনা করে। |
| প্রদত্ত নাম এবং বিবরণ দিয়ে একটি বিষয় তৈরি করে। |
| নির্দিষ্ট বিষয় মুছে দেয়। |
| নির্দিষ্ট বিষয় পায়. |
| অনুরোধকারীর অ্যাক্সেস আছে এমন বিষয়গুলির তালিকা করে৷ |
| একটি বিষয় সহযোগী হিসাবে একটি অ্যাকাউন্ট সরান. |
| নির্দিষ্ট বিষয় পুনরায় খোলে। |
| নির্দিষ্ট বিষয় অপসারণ করে। |
| নির্দিষ্ট বিষয় আপডেট করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# REST Resource: matters\n\n- [Resource: Matter](#Matter)\n - [JSON representation](#Matter.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [MatterPermission](#MatterPermission)\n - [JSON representation](#MatterPermission.SCHEMA_REPRESENTATION)\n- [AclRole](#AclRole)\n- [MatterRegion](#MatterRegion)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Matter\n----------------\n\nRepresents a matter.\n\nTo work with Vault resources, the account must have the [required Vault privileges](https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"matterId\": string, \"name\": string, \"description\": string, \"state\": enum (/workspace/vault/reference/rest/v1/matters#State), \"matterPermissions\": [ { object (/workspace/vault/reference/rest/v1/matters#MatterPermission) } ], \"matterRegion\": enum (/workspace/vault/reference/rest/v1/matters#MatterRegion) } ``` |\n\n| Fields ||\n|-----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `matterId` | `string` The matter ID, which is generated by the server. Leave blank when creating a matter. |\n| `name` | `string` The name of the matter. |\n| `description` | `string` An optional description for the matter. |\n| `state` | `enum (`[State](/workspace/vault/reference/rest/v1/matters#State)`)` The state of the matter. |\n| `matterPermissions[]` | `object (`[MatterPermission](/workspace/vault/reference/rest/v1/matters#MatterPermission)`)` Lists the users and their permission for the matter. Currently there is no programmer defined limit on the number of permissions a matter can have. |\n| `matterRegion` | `enum (`[MatterRegion](/workspace/vault/reference/rest/v1/matters#MatterRegion)`)` Optional. The requested data region for the matter. |\n\nState\n-----\n\nThe state of a matter.\n\n| Enums ||\n|---------------------|------------------------------------|\n| `STATE_UNSPECIFIED` | The matter has no specified state. |\n| `OPEN` | The matter is open. |\n| `CLOSED` | The matter is closed. |\n| `DELETED` | The matter is deleted. |\n\nMatterPermission\n----------------\n\nUsers can be matter owners or collaborators. Each matter has only one owner. All others users who can access the matter are collaborators. When an account is purged, its corresponding MatterPermission resources cease to exist.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------|\n| ``` { \"role\": enum (/workspace/vault/reference/rest/v1/matters#AclRole), \"accountId\": string } ``` |\n\n| Fields ||\n|-------------|----------------------------------------------------------------------------------------------------------|\n| `role` | `enum (`[AclRole](/workspace/vault/reference/rest/v1/matters#AclRole)`)` The user's role for the matter. |\n| `accountId` | `string` The account ID, as provided by the [Admin SDK](https://developers.google.com/admin-sdk/). |\n\nAclRole\n-------\n\nThe possible user permissions for a matter, in order of increasing permissions.\n\n| Enums ||\n|--------------------|-------------------------------|\n| `ROLE_UNSPECIFIED` | No role assigned. |\n| `COLLABORATOR` | A collaborator on the matter. |\n| `OWNER` | The owner of the matter. |\n\nMatterRegion\n------------\n\nThe data region for the matter.\n\n| Enums ||\n|-----------------------------|---------------------------------------------|\n| `MATTER_REGION_UNSPECIFIED` | The region is unspecified. Defaults to ANY. |\n| `ANY` | Any region. |\n| `US` | United States region. |\n| `EUROPE` | Europe region. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|-------------------------------------------------------|\n| ### [addPermissions](/workspace/vault/reference/rest/v1/matters/addPermissions) | Adds an account as a matter collaborator. |\n| ### [close](/workspace/vault/reference/rest/v1/matters/close) | Closes the specified matter. |\n| ### [count](/workspace/vault/reference/rest/v1/matters/count) | Counts the accounts processed by the specified query. |\n| ### [create](/workspace/vault/reference/rest/v1/matters/create) | Creates a matter with the given name and description. |\n| ### [delete](/workspace/vault/reference/rest/v1/matters/delete) | Deletes the specified matter. |\n| ### [get](/workspace/vault/reference/rest/v1/matters/get) | Gets the specified matter. |\n| ### [list](/workspace/vault/reference/rest/v1/matters/list) | Lists matters the requestor has access to. |\n| ### [removePermissions](/workspace/vault/reference/rest/v1/matters/removePermissions) | Removes an account as a matter collaborator. |\n| ### [reopen](/workspace/vault/reference/rest/v1/matters/reopen) | Reopens the specified matter. |\n| ### [undelete](/workspace/vault/reference/rest/v1/matters/undelete) | Undeletes the specified matter. |\n| ### [update](/workspace/vault/reference/rest/v1/matters/update) | Updates the specified matter. |"]]