GSuitePrincipal
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Représentation 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 .
} |
Champs |
Champ d'union gsuite_principal . gsuite_principal ne peut être qu'un des éléments suivants :
|
gsuiteUserEmail |
string
Ce principal fait référence à un compte utilisateur Google Workspace.
|
gsuiteGroupEmail |
string
Ce membre fait référence à un nom de groupe Google Workspace.
|
gsuiteDomain |
boolean
Ce principal représente tous les utilisateurs du domaine Google Workspace du client.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 2025/07/25 (UTC)."],[],[],null,["# GSuitePrincipal\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // 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`. } ``` |\n\n| Fields ||\n|--------------------|-----------------------------------------------------------------------------------------------|\n| Union field `gsuite_principal`. `gsuite_principal` can be only one of the following: ||\n| `gsuiteUserEmail` | `string` This principal references a Google Workspace user account. |\n| `gsuiteGroupEmail` | `string` This principal references a Google Workspace group name. |\n| `gsuiteDomain` | `boolean` This principal represents all users of the Google Workspace domain of the customer. |"]]