Reference documentation and code samples for the Access Approval V1 API class Google::Cloud::AccessApproval::V1::DismissDecision.
A decision that has been made to dismiss an approval request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dismiss_time
def dismiss_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which the approval request was dismissed.
#dismiss_time=
def dismiss_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which the approval request was dismissed.
Returns
- (::Google::Protobuf::Timestamp) — The time at which the approval request was dismissed.
#implicit
def implicit() -> ::Boolean
Returns
- (::Boolean) — This field will be true if the ApprovalRequest was implcitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).
#implicit=
def implicit=(value) -> ::Boolean
Parameter
- value (::Boolean) — This field will be true if the ApprovalRequest was implcitly 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 implcitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).