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 و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# GSuitePrincipal\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // 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`. } ``` |\n\n| Fields ||\n|--------------------|-----------------------------------------------------------------------------------------------|\n| Union field `gsuite_principal`. `gsuite_principal` can be only one of the following: ||\n| `gsuiteUserEmail` | `string` This principal references a Google Workspace user account. |\n| `gsuiteGroupEmail` | `string` This principal references a Google Workspace group name. |\n| `gsuiteDomain` | `boolean` This principal represents all users of the Google Workspace domain of the customer. |"]]