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 клиента. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-10 UTC.
[null,null,["Последнее обновление: 2024-11-10 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."]]],[]]