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.2.0, which is used for configuring RBAC settings for clusters."],["The `AwsAuthorization` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class provides methods to create new instances such as the empty `AwsAuthorization()` constructor and `AwsAuthorization(AwsAuthorization other)` constructor."],["The `AdminUsers` property of the class allows for the specification of up to ten users who will be granted `cluster-admin` privileges via a managed ClusterRoleBinding."],["This page provides the reference documentation for multiple versions of `AwsAuthorization`, ranging from version `1.0.0-beta01` up to version `2.8.0` which is the latest version."]]],[]]