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 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],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. |"]]