User
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir kuruluşa ait kullanıcı.
JSON gösterimi |
{
"accountIdentifier": string
} |
Alanlar |
accountIdentifier |
string
Bu kullanıcı için oluşturduğunuz benzersiz bir tanımlayıcı (ör. user342 veya asset#44418 ). Bu alan, kullanıcı oluşturulduğunda ayarlanmalıdır ve güncellenemez. Bu alan, kimliği tanımlayabilecek bilgiler (PII) içermemelidir. Bu tanımlayıcı en fazla 1.024 karakter uzunluğunda olmalıdır; Aksi takdirde, politika güncelleme isteği başarısız olur.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]