GSuitePrincipal
Zapis 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 .
} |
Pola |
Pole sumy gsuite_principal . gsuite_principal może mieć tylko jedną z tych wartości:
|
gsuiteUserEmail |
string
Ten podmiot zabezpieczeń odwołuje się do konta użytkownika Google Workspace.
|
gsuiteGroupEmail |
string
Ten podmiot zabezpieczeń odwołuje się do nazwy grupy Google Workspace.
|
gsuiteDomain |
boolean
Ten podmiot zabezpieczeń reprezentuje wszystkich użytkowników domeny Google Workspace klienta.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-03 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]