google_api_binary_authorization v0.6.1 GoogleApi.BinaryAuthorization.V1.Model.Attestor 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.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.