GSuitePrincipal
JSON के काेड में दिखाना |
{
// Union field gsuite_principal can be only one of the following:
"gsuiteUserEmail": string,
"gsuiteGroupEmail": string,
"gsuiteDomain": boolean
// End of list of possible types for union field gsuite_principal .
} |
फ़ील्ड |
यूनियन फ़ील्ड gsuite_principal . gsuite_principal इनमें से सिर्फ़ एक हो सकता है:
|
gsuiteUserEmail |
string
इस मुख्य दस्तावेज़ में, Google Workspace उपयोगकर्ता खाते का रेफ़रंस दिया गया है.
|
gsuiteGroupEmail |
string
इस मुख्य दस्तावेज़ में, Google Workspace ग्रुप के नाम का रेफ़रंस दिया गया है.
|
gsuiteDomain |
boolean
यह मुख्य खाता, ग्राहक के Google Workspace डोमेन के सभी उपयोगकर्ताओं के बारे में बताता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया."],[[["The JSON schema represents a Google Workspace principal, which can be a user, group, or the entire domain."],["The `gsuite_principal` field uses a union type to accommodate different principal types."],["`gsuiteUserEmail` and `gsuiteGroupEmail` fields use strings to identify the user or group, while `gsuiteDomain` uses a boolean to represent the entire domain."]]],[]]