BinaryAuthorization

Settings for Binary Authorization feature.

JSON representation
{
  "breakglassJustification": string,

  // Union field binauthz_method can be only one of the following:
  "useDefault": boolean
  // End of list of possible types for union field binauthz_method.
}
Fields
breakglassJustification

string

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

Union field binauthz_method.

binauthz_method can be only one of the following:

useDefault

boolean

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