Show / Hide Table of Contents

Class User

User represents a user connected to the service providers through a AccountConnector.

Inheritance
object
User
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class User : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

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

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

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 LastTokenRequestTimeRaw.

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

DateTimeOffset representation of LastTokenRequestTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastTokenRequestTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX