Class: Google::Cloud::GkeMultiCloud::V1::AzureAuthorization
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AzureAuthorization
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb
Overview
Configuration related to the cluster RBAC settings.
Instance Attribute Summary collapse
-
#admin_groups ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup>
Optional.
-
#admin_users ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterUser>
Optional.
Instance Attribute Details
#admin_groups ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup>
Returns Optional. Groups of users that can perform operations as a cluster admin. A
managed ClusterRoleBinding will be created to grant the cluster-admin
ClusterRole to the groups. Up to ten admin groups can be provided.
For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles.
486 487 488 489 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 486 class AzureAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#admin_users ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterUser>
Returns Optional. Users that can perform operations as a cluster admin. A managed
ClusterRoleBinding will be created to grant the cluster-admin
ClusterRole
to the users. Up to ten admin users can be provided.
For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles.
486 487 488 489 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 486 class AzureAuthorization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |