User
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Representasi JSON |
{
"accountIdentifier": string
} |
Kolom |
accountIdentifier |
string
ID unik yang Anda buat untuk pengguna ini, seperti user342 atau asset#44418 . Kolom ini harus ditetapkan saat pengguna dibuat dan tidak dapat diperbarui. Kolom ini tidak boleh berisi informasi identitas pribadi (PII). ID ini harus berisi maksimum 1.024 karakter; jika tidak, permintaan
kebijakan pembaruan akan gagal.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]