Class: Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Requested
- Inherits:
-
Object
- Object
- Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Requested
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb
Overview
An event representing that a grant was requested.
Instance Attribute Summary collapse
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#expire_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this grant expires unless the approval workflow completes. If omitted, then the request never expires.
636 637 638 639 |
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 636 class Requested include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |