GoogleApi.BinaryAuthorization.V1.Model.ImageAllowlist (google_api_binary_authorization v0.18.0)

View Source

Images that are exempted from normal checks based on name pattern only.

Attributes

  • allowPattern (type: list(String.t), default: nil) - Required. A disjunction of image patterns to allow. If any of these patterns match, then the image is considered exempted by this allowlist.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.ImageAllowlist{
  allowPattern: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.