Class User
User represents a user connected to the service providers through a AccountConnector.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect .v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class User : IDirectResponseSchema
Properties
CreateTime
object representation of Create
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
CreateTimeRaw
Output only. The timestamp when the user was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.
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 |
LastTokenRequestTime
object representation of Last
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastTokenRequestTimeDateTimeOffset instead.")]
public virtual object LastTokenRequestTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastTokenRequestTimeDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastTokenRequestTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
LastTokenRequestTimeRaw
Output only. The timestamp when the token was last requested.
Declaration
[JsonProperty("lastTokenRequestTime")]
public virtual string LastTokenRequestTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. Resource name of the user, in the format projects/*/locations/*/accountConnectors/*/users/*
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |