View Source GoogleApi.Container.V1.Model.BinaryAuthorization (google_api_container v0.45.0)

Configuration for Binary Authorization.

Attributes

  • enabled (type: boolean(), default: nil) - 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.
  • evaluationMode (type: String.t, default: nil) - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.BinaryAuthorization{
  enabled: boolean() | nil,
  evaluationMode: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.