Show / Hide Table of Contents

Class VmwareAdminAuthorizationConfig

VmwareAdminAuthorizationConfig represents configuration for admin cluster authorization.

Inheritance
object
VmwareAdminAuthorizationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareAdminAuthorizationConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ViewerUsers

For VMware admin clusters, users will be granted the cluster-viewer role on the cluster.

Declaration
[JsonProperty("viewerUsers")]
public virtual IList<ClusterUser> ViewerUsers { get; set; }
Property Value
Type Description
IList<ClusterUser>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX