Class: Google::Apis::IamV1::SetAttestationRulesRequest
- Inherits:
-
Object
- Object
- Google::Apis::IamV1::SetAttestationRulesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/iam_v1/classes.rb,
lib/google/apis/iam_v1/representations.rb,
lib/google/apis/iam_v1/representations.rb
Overview
Request message for SetAttestationRules.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ SetAttestationRulesRequest
constructor
A new instance of SetAttestationRulesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SetAttestationRulesRequest
Returns a new instance of SetAttestationRulesRequest.
2741 2742 2743 |
# File 'lib/google/apis/iam_v1/classes.rb', line 2741 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attestation_rules ⇒ Array<Google::Apis::IamV1::AttestationRule>
Required. The attestation rules to be set. At most 50 attestation rules can be
set.
Corresponds to the JSON property attestationRules
2739 2740 2741 |
# File 'lib/google/apis/iam_v1/classes.rb', line 2739 def attestation_rules @attestation_rules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2746 2747 2748 |
# File 'lib/google/apis/iam_v1/classes.rb', line 2746 def update!(**args) @attestation_rules = args[:attestation_rules] if args.key?(:attestation_rules) end |