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