{// 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 ของลูกค้า
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 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."]]],[]]