Reference documentation and code samples for the Access Approval V1 API class Google::Cloud::AccessApproval::V1::ApproveDecision.
A decision that has been made to approve access to a resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#approve_time
def approve_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which approval was granted.
#approve_time=
def approve_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which approval was granted.
Returns
- (::Google::Protobuf::Timestamp) — The time at which approval was granted.
#expire_time
def expire_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which the approval expires.
#expire_time=
def expire_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which the approval expires.
Returns
- (::Google::Protobuf::Timestamp) — The time at which the approval expires.