REST Resource: matters.holds.accounts
משאב: HeldAccount
חשבון שמוגדר בו חיוב בהשהיה. המבנה הזה לא ניתן לשינוי. החשבון יכול להיות חשבון פרטי או קבוצת Google, בהתאם לשירות.
כדי לעבוד עם משאבי Vault, לחשבון צריכות להיות ההרשאות הנדרשות ל-Vault וגישה לנושא. כדי לגשת לבקשת תמיכה, החשבון צריך ליצור אותה, הבקשה צריכה להיות משותפת איתו או שיש לו את ההרשאה הצגת כל הבקשות.
ייצוג ב-JSON |
{
"accountId": string,
"holdTime": string,
"email": string,
"firstName": string,
"lastName": string
} |
שדות |
accountId |
string
מספר החשבון, כפי שסופק על ידי Admin SDK.
|
holdTime |
string (Timestamp format)
פלט בלבד. מתי החשבון הושעה. הפורמט הזה משתמש ב-RFC 3339, שבו הפלט שנוצר תמיד יהיה מנורמלי לפי Z וישמש בספרות עשרוניות של 0, 3, 6 או 9. אפשר להשתמש גם בשינויים (offsets) אחרים מלבד '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
פלט בלבד. שם המשפחה של בעל החשבון.
|
Methods |
|
הוספת חשבון להחזקה. |
|
הסרת חשבון מההחזקה. |
|
רשימה של החשבונות שמושהים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]