User
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
JSON 表現 |
{
"displayName": string,
"kind": string,
"me": boolean,
"permissionId": string,
"emailAddress": string,
"photoLink": string
} |
フィールド |
displayName |
string
出力専用。このユーザーの表示可能なプレーン テキスト名。
|
kind |
string
出力専用。リソースの種類を示します。値は固定文字列 drive#user です。
|
me |
boolean
出力専用。このユーザーがリクエスト元のユーザーかどうか。
|
permissionId |
string
出力専用。Permission リソースに表示されるユーザーの ID。
|
emailAddress |
string
出力専用。ユーザーのメールアドレス。ユーザーがリクエスト元にメールアドレスを公開していない場合、特定のコンテキストでは表示されないことがあります。
|
photoLink |
string
出力専用。ユーザーのプロフィール写真へのリンク(ある場合)。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# User\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about a Drive user.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"displayName\": string, \"kind\": string, \"me\": boolean, \"permissionId\": string, \"emailAddress\": string, \"photoLink\": string } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. A plain text displayable name for this user. |\n| `kind` | `string` Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`. |\n| `me` | `boolean` Output only. Whether this user is the requesting user. |\n| `permissionId` | `string` Output only. The user's ID as visible in Permission resources. |\n| `emailAddress` | `string` Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. |\n| `photoLink` | `string` Output only. A link to the user's profile photo, if available. |"]]