public sealed class User : IMessage<User>, IEquatable<User>, IDeepCloneable<User>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class User.
User represents a user connected to the service providers through a AccountConnector.
Namespace
Google.Cloud.DeveloperConnect.V1Assembly
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; }| Property Value | |
|---|---|
| Type | Description |
UserName |
|