Anthos Multi-Cloud v1 API - Class AwsClusterUser (2.5.0)

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

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsClusterUser.

Identities of a user-type subject for AWS clusters.

Inheritance

object > AwsClusterUser

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsClusterUser()

public AwsClusterUser()

AwsClusterUser(AwsClusterUser)

public AwsClusterUser(AwsClusterUser other)
Parameter
NameDescription
otherAwsClusterUser

Properties

Username

public string Username { get; set; }

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

Property Value
TypeDescription
string