BinaryAuthorizationResponse

data class BinaryAuthorizationResponse(val enabled: Boolean, val evaluationMode: String)

Configuration for Binary Authorization.

Constructors

Link copied to clipboard
fun BinaryAuthorizationResponse(enabled: Boolean, evaluationMode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.

Link copied to clipboard

Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.