Privileged Access Manager v1 API - Class Grant.Types.AuditTrail (1.0.0-beta01)

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.

Inheritance

object > Grant.Types.AuditTrail

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

Google.Cloud.PrivilegedAccessManager.V1.dll

Constructors

AuditTrail()

public AuditTrail()

AuditTrail(AuditTrail)

public AuditTrail(Grant.Types.AuditTrail other)
Parameter
Name Description
other GrantTypesAuditTrail

Properties

AccessGrantTime

public Timestamp AccessGrantTime { get; set; }

Output only. The time at which access was given.

Property Value
Type Description
Timestamp

AccessRemoveTime

public Timestamp AccessRemoveTime { get; set; }

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.

Property Value
Type Description
Timestamp