User
JSON 表示法 |
{
"accountIdentifier": string
} |
字段 |
accountIdentifier |
string
您为此用户创建的唯一标识符,例如 user342 或 asset#44418 。此字段必须在创建用户时设置,无法更新。此字段不得包含个人身份信息 (PII)。此标识符不得超过 1024 个字符;否则,更新政策请求将失败。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):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"]]