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 Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]