Anthos Multi-Cloud V1 API - Class Google::Cloud::GkeMultiCloud::V1::AzureAuthorization (v0.7.0)

Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AzureAuthorization.

Configuration related to the cluster RBAC settings.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#admin_groups

def admin_groups() -> ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup>
Returns
  • (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup>) — 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

#admin_groups=

def admin_groups=(value) -> ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup>
Parameter
  • value (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup>) — 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

Returns
  • (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterGroup>) — 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

#admin_users

def admin_users() -> ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterUser>
Returns
  • (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterUser>) — 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

#admin_users=

def admin_users=(value) -> ::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterUser>
Parameter
  • value (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterUser>) — 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

Returns
  • (::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterUser>) — 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