GoogleApi.BinaryAuthorization.V1.Model.ImageFreshnessCheck (google_api_binary_authorization v0.18.0)
View SourceAn image freshness check, which rejects images that were uploaded before the set number of days ago to the supported repositories.
Attributes
-
maxUploadAgeDays
(type:integer()
, default:nil
) - Required. The max number of days that is allowed since the image was uploaded. Must be greater than zero.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.ImageFreshnessCheck{ maxUploadAgeDays: integer() | nil }