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
仅限输出。指向此用户的个人资料照片的网址。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-15。
[null,null,["最后更新时间 (UTC):2024-10-15。"],[[["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"]]