REST Resource: matters.holds.accounts
المرجع: HeldAccount
حساب يخضع لتجميد بيانات هذه البنية غير قابلة للتغيير. يمكن أن يكون حسابًا فرديًا أو مجموعة على Google، وذلك حسب الخدمة.
للعمل مع موارد Vault، يجب أن يمتلك الحساب امتيازات Vault المطلوبة وأن يكون لديه إذن الوصول إلى المسألة القانونية. للوصول إلى مسألة قانونية، يجب أن يكون الحساب قد أنشأها أو تمت مشاركتها معه أو أن يكون لديه امتياز عرض جميع المسائل القانونية.
تمثيل JSON |
{
"accountId": string,
"holdTime": string,
"email": string,
"firstName": string,
"lastName": string
} |
الحقول |
accountId |
string
رقم تعريف الحساب، كما هو مقدَّم من حزمة تطوير البرامج (SDK) للمشرف.
|
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
النتائج فقط. اسم العائلة لصاحب الحساب
|
الطُرق |
|
تُضيف حسابًا إلى عملية الاحتفاظ بالبيانات. |
|
إزالة حساب من حالة التعليق |
|
يسرد الحسابات المشمولة بعملية تجميد بيانات. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 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"]]