Class Authorization
Authorization defines the On-Prem cluster authorization configuration to bootstrap onto the admin cluster.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class Authorization : IDirectResponseSchema
Properties
AdminUsers
For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
Declaration
[JsonProperty("adminUsers")]
public virtual IList<ClusterUser> AdminUsers { get; set; }
Property Value
Type | Description |
---|---|
IList<ClusterUser> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |