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<AwsClusterGroup> 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.
public RepeatedField<AwsClusterUser> 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.
[[["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\u003eThe \u003ccode\u003eAwsAuthorization\u003c/code\u003e class in the Google.Cloud.GkeMultiCloud.V1 namespace configures RBAC settings for Anthos Multi-Cloud clusters on AWS.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows the specification of up to ten admin groups via the \u003ccode\u003eAdminGroups\u003c/code\u003e property, which grant \u003ccode\u003ecluster-admin\u003c/code\u003e permissions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAdminUsers\u003c/code\u003e property enables adding up to ten individual users with \u003ccode\u003ecluster-admin\u003c/code\u003e privileges, managed through ClusterRoleBindings.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is version 2.8.0, but historical versions dating back to 1.0.0-beta01 are also available, with links to each version's documentation.\u003c/p\u003e\n"]]],[],null,["# Anthos Multi-Cloud v1 API - Class AwsAuthorization (2.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.7.0/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.6.0/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.5.0/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.4.0/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.3.0/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.2.0/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.1.0/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/2.0.0/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/1.0.0-beta01/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization) \n\n public sealed class AwsAuthorization : IMessage\u003cAwsAuthorization\u003e, IEquatable\u003cAwsAuthorization\u003e, IDeepCloneable\u003cAwsAuthorization\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsAuthorization.\n\nConfiguration related to the cluster RBAC settings. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AwsAuthorization \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AwsAuthorization](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AwsAuthorization](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AwsAuthorization](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1.AwsAuthorization), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeMultiCloud.V1](/dotnet/docs/reference/Google.Cloud.GkeMultiCloud.V1/latest/Google.Cloud.GkeMultiCloud.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeMultiCloud.V1.dll\n\nConstructors\n------------\n\n### AwsAuthorization()\n\n public AwsAuthorization()\n\n### AwsAuthorization(AwsAuthorization)\n\n public AwsAuthorization(AwsAuthorization other)\n\nProperties\n----------\n\n### AdminGroups\n\n public RepeatedField\u003cAwsClusterGroup\u003e AdminGroups { get; }\n\nOptional. Groups of users that can perform operations as a cluster admin. A\nmanaged ClusterRoleBinding will be created to grant the `cluster-admin`\nClusterRole to the groups. Up to ten admin groups can be provided.\n\nFor more info on RBAC, see\n\u003chttps://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles\u003e\n\n### AdminUsers\n\n public RepeatedField\u003cAwsClusterUser\u003e AdminUsers { get; }\n\nOptional. Users that can perform operations as a cluster admin. A managed\nClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole\nto the users. Up to ten admin users can be provided.\n\nFor more info on RBAC, see\n\u003chttps://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles\u003e"]]