public sealed class AttachedClusterUser : IMessage<AttachedClusterUser>, IEquatable<AttachedClusterUser>, IDeepCloneable<AttachedClusterUser>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedClusterUser.
Identities of a user-type subject for Attached clusters.
Implements
IMessageAttachedClusterUser, IEquatableAttachedClusterUser, IDeepCloneableAttachedClusterUser, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AttachedClusterUser()
public AttachedClusterUser()
AttachedClusterUser(AttachedClusterUser)
public AttachedClusterUser(AttachedClusterUser other)
Parameter | |
---|---|
Name | Description |
other |
AttachedClusterUser |
Properties
Username
public string Username { get; set; }
Required. The name of the user, e.g. my-gcp-id@gmail.com
.
Property Value | |
---|---|
Type | Description |
string |