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)
सिर्फ़ आउटपुट के लिए. खाते पर रोक कब लगाई गई. आरएफ़सी 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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]