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 ของลูกค้า
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 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. |"]]