GoogleApi.BinaryAuthorization.V1.Model.ImageAllowlist (google_api_binary_authorization v0.18.0)
View SourceImages 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
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.ImageAllowlist{ allowPattern: [String.t()] | nil }