Class Role
Role is the type for Kubernetes roles
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class Role : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PredefinedRole
predefined_role is the Kubernetes default role to use
Declaration
[JsonProperty("predefinedRole")]
public virtual string PredefinedRole { get; set; }
Property Value
Type | Description |
---|---|
string |