GoogleCloudRunV2BinaryAuthorizationResponse

data class GoogleCloudRunV2BinaryAuthorizationResponse(val breakglassJustification: String, val useDefault: Boolean)

Settings for Binary Authorization feature.

Constructors

fun GoogleCloudRunV2BinaryAuthorizationResponse(breakglassJustification: String, useDefault: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass

Link copied to clipboard

If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.