public sealed class LegacyAbac : IMessage<LegacyAbac>, IEquatable<LegacyAbac>, IDeepCloneable<LegacyAbac>, IBufferMessage, IMessage
Configuration for the legacy Attribute Based Access Control authorization mode.
Implements
IMessage<LegacyAbac>, IEquatable<LegacyAbac>, IDeepCloneable<LegacyAbac>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
LegacyAbac()
public LegacyAbac()
LegacyAbac(LegacyAbac)
public LegacyAbac(LegacyAbac other)
Parameter | |
---|---|
Name | Description |
other | LegacyAbac |
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 | |
---|---|
Type | Description |
Boolean |