Developer Connect v1 API - Class User (1.0.0-beta02)

public sealed class User : IMessage<User>, IEquatable<User>, IDeepCloneable<User>, IBufferMessage, IMessage

Reference documentation and code samples for the Developer Connect v1 API class User.

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

Inheritance

object > User

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

User()

public User()

User(User)

public User(User other)
Parameter
Name Description
other User

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The timestamp when the user was created.

Property Value
Type Description
Timestamp

DisplayName

public string DisplayName { get; set; }

Output only. Developer Connect automatically converts user identity to some human readable description, e.g., email address.

Property Value
Type Description
string

LastTokenRequestTime

public Timestamp LastTokenRequestTime { get; set; }

Output only. The timestamp when the token was last requested.

Property Value
Type Description
Timestamp

Name

public string Name { get; set; }

Identifier. Resource name of the user, in the format projects/*/locations/*/accountConnectors/*/users/*.

Property Value
Type Description
string

UserName

public UserName UserName { get; set; }

UserName-typed view over the Name resource name property.

Property Value
Type Description
UserName