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 ドメインのすべてのユーザーを表します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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."]]],[]]