{// 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."]]],[]]