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