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 ডোমেনের সমস্ত ব্যবহারকারীদের প্রতিনিধিত্ব করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["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."]]],[]]