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

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 a grant was requested.

Instance Attribute Summary collapse

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.

Returns:

  • (::Google::Protobuf::Timestamp)

    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