Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class FeatureSpec.
RBAC RoleBinding Actuation: The Hub-wide input for the RBACRoleBindingActuation feature.
Generated from protobuf message google.cloud.gkehub.rbacrolebindingactuation.v1.FeatureSpec
Namespace
Google \ Cloud \ GkeHub \ RbacRoleBindingActuation \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ allowed_custom_roles |
array
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. |
getAllowedCustomRoles
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.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAllowedCustomRoles
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|