BareMetalClusterBinaryAuthorization

data class BareMetalClusterBinaryAuthorization(val evaluationMode: String? = null)

Constructors

Link copied to clipboard
constructor(evaluationMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val evaluationMode: String? = null

Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED. Possible values are: DISABLED, PROJECT_SINGLETON_POLICY_ENFORCE.