Class VmwareAdminAuthorizationConfig
VmwareAdminAuthorizationConfig represents configuration for admin cluster authorization.
Implements
Inherited Members
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> |