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 (שעון 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."]]],[]]