User
একটি এন্টারপ্রাইজের অন্তর্গত একজন ব্যবহারকারী।
JSON প্রতিনিধিত্ব |
---|
{
"accountIdentifier": string
} |
ক্ষেত্র |
---|
accountIdentifier | string একটি অনন্য শনাক্তকারী আপনি এই ব্যবহারকারীর জন্য তৈরি করেন, যেমন user342 বা asset#44418 । এই ক্ষেত্রটি অবশ্যই সেট করা উচিত যখন ব্যবহারকারী তৈরি করা হয় এবং আপডেট করা যাবে না। এই ক্ষেত্রে ব্যক্তিগতভাবে শনাক্তযোগ্য তথ্য (PII) থাকা উচিত নয়। এই শনাক্তকারী 1024 অক্ষর বা তার কম হতে হবে; অন্যথায়, আপডেট নীতি অনুরোধ ব্যর্থ হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The JSON representation defines a user belonging to an enterprise using an `accountIdentifier`."],["The `accountIdentifier` is a unique, user-created string that cannot be updated and should not contain PII, with a maximum length of 1024 characters."]]],["The core content describes a JSON structure for representing a user within an enterprise. The JSON object requires an `accountIdentifier` field, which is a string. This identifier must be unique, set upon user creation, immutable, and must not contain PII. The `accountIdentifier`'s length is limited to 1024 characters; otherwise the request will fail.\n"]]