class Google::Apis::ContaineranalysisV1beta1::Details

Details of an attestation occurrence.

Attributes

attestation[RW]

Occurrence that represents a single “attestation”. The authenticity of an attestation can be verified using the attached signature. If the verifier trusts the public key of the signer, then verifying the signature is sufficient to establish trust. In this circumstance, the authority to which this attestation is attached is primarily useful for look-up (how to find this attestation if you already know the authority and artifact to be verified) and intent (which authority was this attestation intended to sign for). Corresponds to the JSON property `attestation` @return [Google::Apis::ContaineranalysisV1beta1::Attestation]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 950
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 955
def update!(**args)
  @attestation = args[:attestation] if args.key?(:attestation)
end