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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]