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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):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."]]],[]]