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.



3264
3265
3266
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3264

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

Instance Attribute Details

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

Corresponds to the JSON property signatures



3257
3258
3259
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3257

def signatures
  @signatures
end

#signedGoogle::Apis::ContaineranalysisV1beta1::Link

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



3262
3263
3264
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3262

def signed
  @signed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3269
3270
3271
3272
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3269

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