GSuitePrincipal
Biểu diễn dưới dạng 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 .
} |
Trường |
Trường kết hợp gsuite_principal . gsuite_principal chỉ có thể là một trong những trạng thái sau đây:
|
gsuiteUserEmail |
string
Tên chính này tham chiếu đến một tài khoản người dùng Google Workspace.
|
gsuiteGroupEmail |
string
Tên chính này tham chiếu đến tên nhóm Google Workspace.
|
gsuiteDomain |
boolean
Tên chính này đại diện cho tất cả người dùng trong miền Google Workspace của khách hàng.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-03 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]],[]]