GoogleCloudRunV2BinaryAuthorizationArgs

data class GoogleCloudRunV2BinaryAuthorizationArgs(val breakglassJustification: Output<String>? = null, val useDefault: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudRunV2BinaryAuthorizationArgs>

Settings for Binary Authorization feature.

Constructors

Link copied to clipboard
fun GoogleCloudRunV2BinaryAuthorizationArgs(breakglassJustification: Output<String>? = null, useDefault: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val breakglassJustification: Output<String>? = null

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
val useDefault: Output<Boolean>? = null

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