Class: Google::Cloud::PrivilegedAccessManager::V1::Grant::AuditTrail
- Inherits:
-
Object
- Object
- Google::Cloud::PrivilegedAccessManager::V1::Grant::AuditTrail
- 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
-
#access_grant_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#access_remove_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#access_grant_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which access was given.
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.
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 |