REST Resource: matters.holds.accounts
資源:HeldAccount
已套用保留狀態的帳戶。這個結構無法變更。這可以是個人帳戶或 Google 群組,具體取決於服務。
如要使用保管箱資源,帳戶必須具備必要的保管箱權限,並能存取案件。如要存取案件,帳戶必須是該案件的建立者、共用對象,或具備「查看所有案件」權限。
JSON 表示法 |
{
"accountId": string,
"holdTime": string,
"email": string,
"firstName": string,
"lastName": string
} |
欄位 |
accountId |
string
Admin SDK 提供的帳戶 ID。
|
holdTime |
string (Timestamp format)
僅供輸出。帳戶暫緩付款的時間。 使用 RFC 3339,產生的輸出內容一律會經過 Z 規格化,並使用 0、3、6 或 9 小數位數。系統也接受「Z」以外的偏移值。例如:"2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 或 "2014-10-02T15:01:23+05:30" 。
|
email |
string
帳戶的主要電子郵件地址。如果用於輸入,則優先採用 accountId。
|
firstName |
string
僅供輸出。帳戶持有人的名字。
|
lastName |
string
僅供輸出。帳戶持有人的姓氏。
|
方法 |
|
將帳戶新增至訴訟保留。 |
|
將帳戶從保留狀態移除。 |
|
列出訴訟保留的帳戶。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-27 (世界標準時間)。
[null,null,["上次更新時間:2025-02-27 (世界標準時間)。"],[[["A HeldAccount represents an account (individual or Google Group) placed on hold within a matter in Google Vault."],["To interact with HeldAccounts, users need specific Vault privileges and access to the relevant matter."],["HeldAccount details include account ID, hold time, email, first name, and last name, with some fields being immutable and output-only."],["You can manage HeldAccounts by adding them to, removing them from, or listing them within a hold using the available methods."]]],["The `HeldAccount` resource represents an account under a hold, which can be an individual account or a Google Group. Key information includes `accountId`, `holdTime` (when the hold was applied), `email`, `firstName`, and `lastName`. The resource is immutable. Important actions include: creating an account in a hold using the `/create` method, deleting an account from a hold using `/delete` method, and listing accounts within a hold using `/list` method. To perform these actions, users need specific Vault privileges and access to the relevant matter.\n"]]