ClusterBinaryAuthorization

data class ClusterBinaryAuthorization(val enabled: Boolean? = null, val evaluationMode: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Enable Binary Authorization for this cluster. Deprecated in favor of evaluation_mode.

Link copied to clipboard
val evaluationMode: String? = null

Mode of operation for Binary Authorization policy evaluation. Valid values are DISABLED and PROJECT_SINGLETON_POLICY_ENFORCE. PROJECT_SINGLETON_POLICY_ENFORCE is functionally equivalent to the deprecated enable_binary_authorization parameter being set to true.