public sealed class DismissDecision : IMessage<DismissDecision>, IEquatable<DismissDecision>, IDeepCloneable<DismissDecision>, IBufferMessage, IMessage
A decision that has been made to dismiss an approval request.
This field will be true if the ApprovalRequest was implcitly 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eDismissDecision\u003c/code\u003e is 2.5.0, with multiple previous versions listed, including the current version being displayed, 1.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDismissDecision\u003c/code\u003e is a class representing a decision to dismiss an approval request, implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDismissDecision\u003c/code\u003e class includes properties like \u003ccode\u003eDismissTime\u003c/code\u003e, indicating the time of dismissal, and \u003ccode\u003eImplicit\u003c/code\u003e, a boolean indicating if the dismissal was due to inaction.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eObject\u003c/code\u003e and has inherited methods such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDismissDecision\u003c/code\u003e class has two constructors, a default constructor, and one that takes another \u003ccode\u003eDismissDecision\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,[]]