allowedCustomRoles property

List<String>? allowedCustomRoles
getter/setter pair

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.

Implementation

core.List<core.String>? allowedCustomRoles;