public sealed class ApproveDecision : IMessage<ApproveDecision>, IEquatable<ApproveDecision>, IDeepCloneable<ApproveDecision>, IBufferMessage, IMessage
A decision that has been made to approve access to a resource.
[[["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."],[[["The latest version available for `ApproveDecision` is 2.5.0, with this documentation page specifically detailing version 2.0.0 of the class."],["`ApproveDecision` is a class that represents a decision to approve access to a resource, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ApproveDecision` class includes properties such as `ApproveTime`, `AutoApproved`, `ExpireTime`, `InvalidateTime`, and `SignatureInfo`, detailing when the approval was granted, whether it was auto-approved, its expiration time, invalidation time, and signature details, respectively."],["There are two constructors for the `ApproveDecision` class, one being parameterless and the other taking another instance of `ApproveDecision` as a parameter."]]],[]]