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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eAzureAuthorization\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.GkeMultiCloud.V1\u003c/code\u003e namespace, specifically version 1.0.0-beta01, and its role in managing cluster RBAC settings.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAzureAuthorization\u003c/code\u003e class, accessible via multiple versions ranging from 1.0.0-beta01 to 2.8.0, allows for configuration of RBAC settings within the cluster.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its functionality and compatibility within the Google Cloud environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAzureAuthorization\u003c/code\u003e includes an \u003ccode\u003eAdminUsers\u003c/code\u003e property, which allows specifying up to ten users who will be granted cluster admin privileges, enforced through the creation of a managed ClusterRoleBinding.\u003c/p\u003e\n"],["\u003cp\u003eThe provided information describes two constructors for the \u003ccode\u003eAzureAuthorization\u003c/code\u003e class: a default constructor and one that takes another \u003ccode\u003eAzureAuthorization\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]