Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoDetails

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/containeranalysis_v1beta1/classes.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb

Overview

This corresponds to a signed in-toto link - it is made up of one or more signatures and the in-toto link itself. This is used for occurrences of a Grafeas in-toto note.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GrafeasV1beta1IntotoDetails

Returns a new instance of GrafeasV1beta1IntotoDetails.



3628
3629
3630
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3628

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#signaturesArray<Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoSignature>

Corresponds to the JSON property signatures



3621
3622
3623
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3621

def signatures
  @signatures
end

#signedGoogle::Apis::ContaineranalysisV1beta1::Link

This corresponds to an in-toto link. Corresponds to the JSON property signed



3626
3627
3628
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3626

def signed
  @signed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3633
3634
3635
3636
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3633

def update!(**args)
  @signatures = args[:signatures] if args.key?(:signatures)
  @signed = args[:signed] if args.key?(:signed)
end