Anthos Multi-Cloud v1 API - Class AttachedClusterUser (2.2.0)

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.

Inheritance

object > AttachedClusterUser

Namespace

GoogleCloudGoogle.Cloud.GkeMultiCloudV1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AttachedClusterUser()

public AttachedClusterUser()

AttachedClusterUser(AttachedClusterUser)

public AttachedClusterUser(AttachedClusterUser other)
Parameter
NameDescription
otherAttachedClusterUser

Properties

Username

public string Username { get; set; }

Required. The name of the user, e.g. my-gcp-id@gmail.com.

Property Value
TypeDescription
string