Class: Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Scheduled
- Inherits:
-
Object
- Object
- Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Scheduled
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb
Overview
An event representing that the grant has been scheduled to be activated later.
Instance Attribute Summary collapse
-
#scheduled_activation_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#scheduled_activation_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which the access is granted.
690 691 692 693 |
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 690 class Scheduled include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |