Show / Hide Table of Contents

Class RBACRoleBindingActuationFeatureSpec

RBAC RoleBinding Actuation: The Hub-wide input for the RBACRoleBindingActuation feature.

Inheritance
object
RBACRoleBindingActuationFeatureSpec
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 RBACRoleBindingActuationFeatureSpec : IDirectResponseSchema

Properties

AllowedCustomRoles

The list of allowed custom roles (ClusterRoles). If a ClusterRole is not part of this list, it cannot be used in a Scope RBACRoleBinding. If a ClusterRole in this list is in use, it cannot be removed from the list.

Declaration
[JsonProperty("allowedCustomRoles")]
public virtual IList<string> AllowedCustomRoles { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX