Class: Google::Apis::CloudkmsV1::QuorumReply
- Inherits:
-
Object
- Object
- Google::Apis::CloudkmsV1::QuorumReply
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudkms_v1/classes.rb,
lib/google/apis/cloudkms_v1/representations.rb,
lib/google/apis/cloudkms_v1/representations.rb
Overview
The reply to QuorumParameters for approving the proposal.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ QuorumReply
constructor
A new instance of QuorumReply.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ QuorumReply
Returns a new instance of QuorumReply.
2971 2972 2973 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 2971 def initialize(**args) update!(**args) end |
Instance Attribute Details
#challenge_replies ⇒ Array<Google::Apis::CloudkmsV1::ChallengeReply>
Required. The challenge replies to approve the proposal. Challenge replies can
be sent across multiple requests. The proposal will be approved when
required_approver_count challenge replies are provided.
Corresponds to the JSON property challengeReplies
2969 2970 2971 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 2969 def challenge_replies @challenge_replies end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2976 2977 2978 |
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 2976 def update!(**args) @challenge_replies = args[:challenge_replies] if args.key?(:challenge_replies) end |