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

View Source

An 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

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.ImageFreshnessCheck{
  maxUploadAgeDays: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.