User
JSON 表示法 |
{
"accountIdentifier": string
} |
欄位 |
accountIdentifier |
string
您為此使用者建立的專屬 ID,例如 user342 或 asset#44418 。這個欄位必須在建立使用者時設定,且無法更新。這個欄位不得包含個人識別資訊 (PII)。這個 ID 長度不得超過 1024 個字元,否則更新政策要求會失敗。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-15 (世界標準時間)。
[null,null,["上次更新時間:2024-10-15 (世界標準時間)。"],[[["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"]]