{// 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.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["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."]]],[]]