Class: Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoDetails
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoDetails
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/containeranalysis_v1beta1/classes.rb,
generated/google/apis/containeranalysis_v1beta1/representations.rb,
generated/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
-
#signatures ⇒ Array<Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoSignature>
Corresponds to the JSON property
signatures
. -
#signed ⇒ Google::Apis::ContaineranalysisV1beta1::Link
This corresponds to an in-toto link.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GrafeasV1beta1IntotoDetails
constructor
A new instance of GrafeasV1beta1IntotoDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GrafeasV1beta1IntotoDetails
Returns a new instance of GrafeasV1beta1IntotoDetails.
1556 1557 1558 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1556 def initialize(**args) update!(**args) end |
Instance Attribute Details
#signatures ⇒ Array<Google::Apis::ContaineranalysisV1beta1::GrafeasV1beta1IntotoSignature>
Corresponds to the JSON property signatures
1549 1550 1551 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1549 def signatures @signatures end |
#signed ⇒ Google::Apis::ContaineranalysisV1beta1::Link
This corresponds to an in-toto link.
Corresponds to the JSON property signed
1554 1555 1556 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1554 def signed @signed end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1561 1562 1563 1564 |
# File 'generated/google/apis/containeranalysis_v1beta1/classes.rb', line 1561 def update!(**args) @signatures = args[:signatures] if args.key?(:signatures) @signed = args[:signed] if args.key?(:signed) end |