{// 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 डोमेन के सभी उपयोगकर्ताओं के बारे में बताता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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."]]],[]]