Show / Hide Table of Contents

Class Role

Role is the type for Kubernetes roles

Inheritance
object
Role
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.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class Role : IDirectResponseSchema

Properties

CustomRole

Optional. custom_role is the name of a custom KubernetesClusterRole to use.

Declaration
[JsonProperty("customRole")]
public virtual string CustomRole { get; set; }
Property Value
Type Description
string

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX