Class: Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::Scheduled

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#scheduled_activation_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which the access is granted.

Returns:



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