public sealed class DismissDecision : IMessage<DismissDecision>, IEquatable<DismissDecision>, IDeepCloneable<DismissDecision>, IBufferMessage, IMessage
Reference documentation and code samples for the Access Approval v1 API class DismissDecision.
A decision that has been made to dismiss an approval request.
This field will be true if the ApprovalRequest was implicitly dismissed due
to inaction by the access approval approvers (the request is not acted
on by the approvers before the exiration time).
[[["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 of the `DismissDecision` class within the Access Approval v1 API is 2.5.0, with documentation also available for versions dating back to 1.0.0."],["The `DismissDecision` class is used to represent a decision to dismiss an approval request, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DismissDecision` class has two key properties: `DismissTime`, which indicates the time the approval request was dismissed, and `Implicit`, a boolean that states whether the request was implicitly dismissed due to inaction."],["The `DismissDecision` class has two constructors; a parameterless one, and one that creates a copy of an existing instance of `DismissDecision` class."]]],[]]