Information about a Drive user.
JSON representation |
---|
{ "displayName": string, "kind": string, "isAuthenticatedUser": boolean, "permissionId": string, "emailAddress": string, "picture": { "url": string } } |
Fields | |
---|---|
displayName |
Output only. A plain text displayable name for this user. |
kind |
Output only. Identifies what kind of resource this is. Value: the fixed string |
isAuthenticatedUser |
Output only. Whether this user is the same as the authenticated user for whom the request was made. |
permissionId |
Output only. The user's ID as visible in Permission resources. |
emailAddress |
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. |
picture |
Output only. The user's profile picture. |
picture.url |
Output only. A URL that points to a profile picture of this user. |