Google Kubernetes Engine v1 API - Class LegacyAbac (3.13.0)

public sealed class LegacyAbac : IMessage<LegacyAbac>, IEquatable<LegacyAbac>, IDeepCloneable<LegacyAbac>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class LegacyAbac.

Configuration for the legacy Attribute Based Access Control authorization mode.

Inheritance

object > LegacyAbac

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

LegacyAbac()

public LegacyAbac()

LegacyAbac(LegacyAbac)

public LegacyAbac(LegacyAbac other)
Parameter
NameDescription
otherLegacyAbac

Properties

Enabled

public bool Enabled { get; set; }

Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.

Property Value
TypeDescription
bool