Class User
Information about a Drive user.
Implements
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class User : IDirectResponseSchema
Properties
DisplayName
Output only. A plain text displayable name for this user.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailAddress
Output only. The email address of the user.
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
IsAuthenticatedUser
Output only. Whether this user is the same as the authenticated user for whom the request was made.
Declaration
[JsonProperty("isAuthenticatedUser")]
public virtual bool? IsAuthenticatedUser { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Kind
Output only. This is always drive#user
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
PermissionId
Output only. The user's ID as visible in the permissions collection.
Declaration
[JsonProperty("permissionId")]
public virtual string PermissionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Picture
Output only. The user's profile picture.
Declaration
[JsonProperty("picture")]
public virtual User.PictureData Picture { get; set; }
Property Value
Type | Description |
---|---|
User.PictureData |