View Source GoogleApi.BinaryAuthorization.V1.Model.AllowlistResult (google_api_binary_authorization v0.17.0)

Result of evaluating an image name allowlist.

Attributes

  • matchedPattern (type: String.t, default: nil) - The allowlist pattern that the image matched.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.AllowlistResult{
  matchedPattern: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.