Anthos Multi-Cloud v1 API - Class AzureAuthorization (2.5.0)

public sealed class AzureAuthorization : IMessage<AzureAuthorization>, IEquatable<AzureAuthorization>, IDeepCloneable<AzureAuthorization>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureAuthorization.

Configuration related to the cluster RBAC settings.

Inheritance

object > AzureAuthorization

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AzureAuthorization()

public AzureAuthorization()

AzureAuthorization(AzureAuthorization)

public AzureAuthorization(AzureAuthorization other)
Parameter
NameDescription
otherAzureAuthorization

Properties

AdminGroups

public RepeatedField<AzureClusterGroup> AdminGroups { get; }

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

Property Value
TypeDescription
RepeatedFieldAzureClusterGroup

AdminUsers

public RepeatedField<AzureClusterUser> AdminUsers { get; }

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

Property Value
TypeDescription
RepeatedFieldAzureClusterUser