User
JSON 表現 |
{
"accountIdentifier": string
} |
フィールド |
accountIdentifier |
string
このユーザーに対して作成する一意の識別子(user342 や asset#44418 など)。このフィールドはユーザーの作成時に設定する必要があります。ユーザーを更新することはできません。このフィールドに個人情報(PII)を含めることはできません。この ID は 1,024 文字以下にする必要があります。この条件を満たさないと、更新ポリシー リクエストは失敗します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["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"]]