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

View Source

An attestor that attests to container image artifacts. An existing attestor cannot be modified except where indicated.

Attributes

  • description (type: String.t, default: nil) - Optional. A descriptive comment. This field may be updated. The field may be displayed in chooser dialogs.
  • etag (type: String.t, default: nil) - Optional. A checksum, returned by the server, that can be sent on update requests to ensure the attestor has an up-to-date value before attempting to update it. See https://google.aip.dev/154.
  • name (type: String.t, default: nil) - Required. The resource name, in the format: projects/*/attestors/*. This field may not be updated.
  • updateTime (type: DateTime.t, default: nil) - Output only. Time when the attestor was last updated.
  • userOwnedGrafeasNote (type: GoogleApi.BinaryAuthorization.V1.Model.UserOwnedGrafeasNote.t, default: nil) - This specifies how an attestation will be read, and how it will be used during policy enforcement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.Attestor{
  description: String.t() | nil,
  etag: String.t() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil,
  userOwnedGrafeasNote:
    GoogleApi.BinaryAuthorization.V1.Model.UserOwnedGrafeasNote.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.