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.



3702
3703
3704
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3702

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

Instance Attribute Details

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

Corresponds to the JSON property signatures



3695
3696
3697
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3695

def signatures
  @signatures
end

#signedGoogle::Apis::ContaineranalysisV1beta1::Link

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



3700
3701
3702
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3700

def signed
  @signed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3707
3708
3709
3710
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3707

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