User
JSON 표현 |
{
"displayName": string,
"kind": string,
"isAuthenticatedUser": boolean,
"permissionId": string,
"emailAddress": string,
"picture": {
"url": string
}
} |
필드 |
displayName |
string
출력 전용입니다. 이 사용자의 일반 텍스트 표시 가능한 이름입니다.
|
kind |
string
출력 전용입니다. 항상 drive#user 입니다.
|
isAuthenticatedUser |
boolean
출력 전용입니다. 이 사용자가 요청이 생성된 인증된 사용자와 동일한지 여부입니다.
|
permissionId |
string
출력 전용입니다. 권한 모음에 표시되는 사용자의 ID입니다.
|
emailAddress |
string
출력 전용입니다. 사용자의 이메일 주소입니다.
|
picture |
object
출력 전용입니다. 사용자의 프로필 사진
|
picture.url |
string
출력 전용. 이 사용자의 프로필 사진을 가리키는 URL입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-15(UTC)
[null,null,["최종 업데이트: 2024-10-15(UTC)"],[[["This page describes the JSON representation of a Google Drive user, including details like display name, email address, and profile picture."],["The JSON object provides information such as whether the user is the same as the authenticated user, their permission ID, and a URL to their profile picture."],["All fields within the JSON representation are output only and cannot be modified by the user."]]],["The core content defines the JSON structure for representing a Drive user, including their `displayName`, `kind` (always `drive#user`), `isAuthenticatedUser` status, `permissionId`, `emailAddress`, and `picture` information. The `picture` object contains a `url` pointing to the user's profile picture. All the information provided is output-only, meaning it can be retrieved but not modified. Each field type is identified as string, boolean, or object.\n"]]