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。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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"]]