Class RBACRoleBindingActuationFeatureSpec
RBAC RoleBinding Actuation: The Hub-wide input for the RBACRoleBindingActuation feature.
Implements
Inherited Members
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 |