public sealed class AzureAuthorization : IMessage<AzureAuthorization>, IEquatable<AzureAuthorization>, IDeepCloneable<AzureAuthorization>, IBufferMessage, IMessage
Configuration related to the cluster RBAC settings.
public RepeatedField<AzureClusterUser> AdminUsers { get; }
Required. 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `AzureAuthorization` class within the `Google.Cloud.GkeMultiCloud.V1` namespace, specifically version 1.0.0-beta01, and its role in managing cluster RBAC settings."],["The `AzureAuthorization` class, accessible via multiple versions ranging from 1.0.0-beta01 to 2.8.0, allows for configuration of RBAC settings within the cluster."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the Google Cloud environment."],["`AzureAuthorization` includes an `AdminUsers` property, which allows specifying up to ten users who will be granted cluster admin privileges, enforced through the creation of a managed ClusterRoleBinding."],["The provided information describes two constructors for the `AzureAuthorization` class: a default constructor and one that takes another `AzureAuthorization` object as a parameter."]]],[]]