public sealed class Grant.Types.AuditTrail : IMessage<Grant.Types.AuditTrail>, IEquatable<Grant.Types.AuditTrail>, IDeepCloneable<Grant.Types.AuditTrail>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class Grant.Types.AuditTrail.
Audit trail for the access provided by this grant.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation is for the `Grant.Types.AuditTrail` class within the Google Cloud Privileged Access Manager v1 API, specifically for version 1.0.0 (latest)."],["The `AuditTrail` class provides an audit trail for access granted, showing when access was granted and when it was removed."],["The class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AuditTrail` class include `AccessGrantTime` and `AccessRemoveTime`, both of which are of the `Timestamp` type."],["There are two constructors available: a default constructor (`AuditTrail()`) and a copy constructor (`AuditTrail(Grant.Types.AuditTrail other)`)."]]],[]]