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 และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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."]]],[]]