Interface LegacyAbacOrBuilder (2.3.6)

public interface LegacyAbacOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabled()

public abstract boolean getEnabled()

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.

bool enabled = 1;

Returns
TypeDescription
boolean

The enabled.