GSuitePrincipal
JSON gösterimi |
{
// 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 .
} |
Alanlar |
Birleştirme alanı gsuite_principal . gsuite_principal şunlardan yalnızca biri olabilir:
|
gsuiteUserEmail |
string
Bu ana hesap, bir Google Workspace kullanıcı hesabına referans veriyor.
|
gsuiteGroupEmail |
string
Bu ana hesap, bir Google Workspace grup adına referans veriyor.
|
gsuiteDomain |
boolean
Bu ana hesap, müşterinin Google Workspace alanındaki tüm kullanıcıları temsil eder.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-03 UTC.
[null,null,["Son güncelleme tarihi: 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."]]],[]]