public sealed class AwsAuthorization : IMessage<AwsAuthorization>, IEquatable<AwsAuthorization>, IDeepCloneable<AwsAuthorization>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsAuthorization.
Configuration related to the cluster RBAC settings.
public RepeatedField<AwsClusterUser> 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 document provides reference information for the `AwsAuthorization` class within the Anthos Multi-Cloud v1 API, specifically version 2.1.0, which is used for configuring cluster RBAC settings."],["The `AwsAuthorization` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The class includes a constructor (`AwsAuthorization()`) for creating new instances, and another constructor (`AwsAuthorization(AwsAuthorization other)`) for cloning instances."],["The `AdminUsers` property, of type `RepeatedField\u003cAwsClusterUser\u003e`, is used to define the users that will have cluster administrator privileges."],["The latest version of this documentation is 2.8.0 and this document outlines the 2.1.0 version."]]],[]]