LegacyAbacArgs

data class LegacyAbacArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<LegacyAbacArgs>

Configuration for the legacy Attribute Based Access Control authorization mode.

Constructors

Link copied to clipboard
fun LegacyAbacArgs(enabled: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LegacyAbacArgs

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

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.