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-04-17 UTC."],[[["The `ApproveDecision` class represents a decision to approve access to a resource, which is available from version 1.0.0."],["Version 2.5.0 is the latest version available for the `ApproveDecision` class, with versions from 1.0.0 to 2.4.0 also available."],["The `ApproveDecision` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties like `ApproveTime` and `ExpireTime`, both of which are of the type `Google.Protobuf.WellKnownTypes.Timestamp`."],["The class includes a default constructor and an additional constructor that accepts another `ApproveDecision` object."]]],[]]