User
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การแสดง JSON |
{
"accountIdentifier": string
} |
ช่อง |
accountIdentifier |
string
ตัวระบุที่ไม่ซ้ำกันที่คุณสร้างสำหรับผู้ใช้นี้ เช่น user342 หรือ asset#44418 ต้องตั้งค่าช่องนี้เมื่อสร้างผู้ใช้และอัปเดตผู้ใช้ไม่ได้ ช่องนี้ต้องไม่มีข้อมูลส่วนบุคคลที่ระบุตัวบุคคลนั้นได้ (PII) ตัวระบุนี้ต้องมีความยาวไม่เกิน 1,024 อักขระ มิฉะนั้นคำขอนโยบายการอัปเดตจะล้มเหลว
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe JSON representation defines a user belonging to an enterprise using an \u003ccode\u003eaccountIdentifier\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eaccountIdentifier\u003c/code\u003e is a unique, user-created string that cannot be updated and should not contain PII, with a maximum length of 1024 characters.\u003c/p\u003e\n"]]],["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"],null,["# User\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA user belonging to an enterprise.\n\n| JSON representation |\n|-----------------------------------------|\n| ``` { \"accountIdentifier\": string } ``` |\n\n| Fields ||\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accountIdentifier` | `string` A unique identifier you create for this user, such as `user342` or `asset#44418`. This field must be set when the user is created and can't be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail. |"]]