public sealed class Grant.Types.Timeline.Types.Event.Types.Approved : IMessage<Grant.Types.Timeline.Types.Event.Types.Approved>, IEquatable<Grant.Types.Timeline.Types.Event.Types.Approved>, IDeepCloneable<Grant.Types.Timeline.Types.Event.Types.Approved>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class Grant.Types.Timeline.Types.Event.Types.Approved.
An event representing that the grant was approved.
[[["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 `Approved` class, part of the Privileged Access Manager v1 API, specifically within the `Grant.Types.Timeline.Types.Event.Types` namespace."],["The `Approved` class represents an event signifying that a grant has been approved."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, providing specific functionalities."],["The `Approved` class has two properties, `Actor` and `Reason`, that give details on the user that approved the grant and the reason they provided for the approval, respectively."],["There are two constructors available for the class, `Approved()`, which is a basic constructor, and `Approved(Grant.Types.Timeline.Types.Event.Types.Approved other)`, which allows for creating a new `Approved` instance based on an existing one."]]],[]]