public sealed class Grant.Types.Timeline : IMessage<Grant.Types.Timeline>, IEquatable<Grant.Types.Timeline>, IDeepCloneable<Grant.Types.Timeline>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class Grant.Types.Timeline.
Timeline of a grant describing what happened to it and when.
public RepeatedField<Grant.Types.Timeline.Types.Event> Events { get; }
Output only. The events that have occurred on this grant. This list
contains entries in the same order as they occurred. The first entry is
always be of type Requested and there is always at least one entry in
this array.
[[["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 document provides reference information for the `Grant.Types.Timeline` class within the Privileged Access Manager v1 API."],["The `Grant.Types.Timeline` class details the history of events that occur for a specific grant and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Timeline` class has two constructors: a default constructor and one that accepts another `Grant.Types.Timeline` object to copy its values."],["The `Events` property, which is output-only, contains a chronologically ordered list of events related to the grant, with the first event always being of the `Requested` type and there always being at least one event in the array."]]],[]]