Reference documentation and code samples for the Privileged Access Manager V1 API class Google::Cloud::PrivilegedAccessManager::V1::Grant::AuditTrail.
Audit trail for the access provided by this grant.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#access_grant_time
def access_grant_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time at which access was given.
#access_remove_time
def access_remove_time() -> ::Google::Protobuf::Timestamp
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.