Class: Google::Cloud::AccessApproval::V1::DismissDecision

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/accessapproval/v1/accessapproval.rb

Overview

A decision that has been made to dismiss an approval request.

Instance Attribute Summary collapse

Instance Attribute Details

#dismiss_time::Google::Protobuf::Timestamp

Returns The time at which the approval request was dismissed.

Returns:



156
157
158
159
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 156

class DismissDecision
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#implicit::Boolean

Returns This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).

Returns:

  • (::Boolean)

    This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).



156
157
158
159
# File 'proto_docs/google/cloud/accessapproval/v1/accessapproval.rb', line 156

class DismissDecision
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end