User
Stay organized with collections
Save and categorize content based on your preferences.
A user belonging to an enterprise.
JSON representation |
{
"accountIdentifier": string
} |
Fields |
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-19 UTC.
[null,null,["Last updated 2025-02-19 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. |"]]