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 網域的所有使用者。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-03 (世界標準時間)。
[null,null,["上次更新時間:2024-09-03 (世界標準時間)。"],[[["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."]]],[]]