REST Resource: matters.holds.accounts
ทรัพยากร: HeldAccount
บัญชีที่อยู่ภายใต้การกันวงเงินบัตรเครดิต/บัตรเดบิต โครงสร้างนี้เปลี่ยนแปลงไม่ได้ บัญชีดังกล่าวอาจเป็นบัญชีบุคคลธรรมดาหรือ Google Group ทั้งนี้ขึ้นอยู่กับบริการ
หากต้องการทำงานกับทรัพยากรของห้องนิรภัย บัญชีต้องมีสิทธิ์ของห้องนิรภัยที่จําเป็นและการเข้าถึงเคส หากต้องการเข้าถึงเคส บัญชีต้องเป็นผู้สร้างเคส มีเคสที่แชร์กับตน หรือมีสิทธิ์ดูเคสทั้งหมด
การแสดง JSON |
{
"accountId": string,
"holdTime": string,
"email": string,
"firstName": string,
"lastName": string
} |
ช่อง |
accountId |
string
รหัสบัญชีตามที่ Admin SDK ระบุ
|
holdTime |
string (Timestamp format)
เอาต์พุตเท่านั้น วันที่บัญชีถูกระงับ ใช้ RFC 3339 ซึ่งเอาต์พุตที่สร้างขึ้นจะเป็นรูปแบบ Z-normalized เสมอ และใช้ตัวเลขทศนิยม 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
เอาต์พุตเท่านั้น นามสกุลของเจ้าของบัญชี
|
เมธอด |
|
เพิ่มบัญชีที่จะเก็บรักษา |
|
นำบัญชีออกจากการระงับ |
|
แสดงรายการบัญชีที่อยู่ภายใต้การคงไว้ชั่วคราว |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-02-27 UTC
[null,null,["อัปเดตล่าสุด 2025-02-27 UTC"],[[["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"]]