Class: Google::Cloud::AccessApproval::V1::DismissDecision
- Inherits:
-
Object
- Object
- Google::Cloud::AccessApproval::V1::DismissDecision
- 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
-
#dismiss_time ⇒ ::Google::Protobuf::Timestamp
The time at which the approval request was dismissed.
-
#implicit ⇒ ::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).
Instance Attribute Details
#dismiss_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the approval request was dismissed.
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).
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 |