Anthos Multi-Cloud v1 API - Class AttachedClusterUser (2.6.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

Google.Cloud.GkeMultiCloud.V1

Assembly

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