Class: Google::Apis::OndemandscanningV1::InTotoSlsaProvenanceV1

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InTotoSlsaProvenanceV1

Returns a new instance of InTotoSlsaProvenanceV1.



1596
1597
1598
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1596

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

Instance Attribute Details

#_typeString

InToto spec defined at https://github.com/in-toto/attestation/tree/main/spec# statement Corresponds to the JSON property _type

Returns:

  • (String)


1577
1578
1579
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1577

def _type
  @_type
end

#predicateGoogle::Apis::OndemandscanningV1::SlsaProvenanceV1

Keep in sync with schema at https://github.com/slsa-framework/slsa/blob/main/ docs/provenance/schema/v1/provenance.proto Builder renamed to ProvenanceBuilder because of Java conflicts. Corresponds to the JSON property predicate



1584
1585
1586
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1584

def predicate
  @predicate
end

#predicate_typeString

Corresponds to the JSON property predicateType

Returns:

  • (String)


1589
1590
1591
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1589

def predicate_type
  @predicate_type
end

#subjectArray<Google::Apis::OndemandscanningV1::Subject>

Corresponds to the JSON property subject



1594
1595
1596
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1594

def subject
  @subject
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1601
1602
1603
1604
1605
1606
# File 'lib/google/apis/ondemandscanning_v1/classes.rb', line 1601

def update!(**args)
  @_type = args[:_type] if args.key?(:_type)
  @predicate = args[:predicate] if args.key?(:predicate)
  @predicate_type = args[:predicate_type] if args.key?(:predicate_type)
  @subject = args[:subject] if args.key?(:subject)
end