User
JSON 표현 |
{
"accountIdentifier": string
} |
필드 |
accountIdentifier |
string
이 사용자를 위해 만드는 고유 식별자(예: user342 또는 asset#44418 )입니다. 이 필드는 사용자를 만들 때 설정해야 하며 업데이트할 수 없습니다. 이 필드에는 개인 식별 정보 (PII)를 포함해서는 안 됩니다. 이 식별자는 1,024자(영문 기준) 이하여야 합니다. 그렇지 않으면 업데이트 정책 요청이 실패합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]