Class: Google::Cloud::PrivilegedAccessManager::V1::Grant::AuditTrail

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb

Overview

Audit trail for the access provided by this grant.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. The time at which access was given.

Returns:



710
711
712
713
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 710

class AuditTrail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

Returns Output only. The time at which the system removed access. This could be because of an automatic expiry or because of a revocation.

If unspecified, then access hasn't been removed yet.

Returns:

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

    Output only. The time at which the system removed access. This could be because of an automatic expiry or because of a revocation.

    If unspecified, then access hasn't been removed yet.



710
711
712
713
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 710

class AuditTrail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end