VMware Engine v1 API - Class Principal (1.3.0)

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

Reference documentation and code samples for the VMware Engine v1 API class Principal.

Users/Service accounts which have access for DNS binding on the intranet VPC corresponding to the consumer project.

Inheritance

object > Principal

Namespace

Google.Cloud.VmwareEngine.V1

Assembly

Google.Cloud.VmwareEngine.V1.dll

Constructors

Principal()

public Principal()

Principal(Principal)

public Principal(Principal other)
Parameter
NameDescription
otherPrincipal

Properties

HasServiceAccount

public bool HasServiceAccount { get; }

Gets whether the "service_account" field is set

Property Value
TypeDescription
bool

HasUser

public bool HasUser { get; }

Gets whether the "user" field is set

Property Value
TypeDescription
bool

PrincipalCase

public Principal.PrincipalOneofCase PrincipalCase { get; }
Property Value
TypeDescription
PrincipalPrincipalOneofCase

ServiceAccount

public string ServiceAccount { get; set; }

The service account which needs to be granted the permission.

Property Value
TypeDescription
string

User

public string User { get; set; }

The user who needs to be granted permission.

Property Value
TypeDescription
string