public sealed class ApprovalWorkflow : IMessage<ApprovalWorkflow>, IEquatable<ApprovalWorkflow>, IDeepCloneable<ApprovalWorkflow>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class ApprovalWorkflow.
Different types of approval workflows that can be used to gate privileged
access granting.
[[["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 `ApprovalWorkflow` class in the Privileged Access Manager v1 API represents different types of approval workflows used to control privileged access granting."],["The latest version of the `ApprovalWorkflow` class is 1.0.0, with a beta version 1.0.0-beta01 also available."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The `ApprovalWorkflow` class has two constructors, one default and one that takes another `ApprovalWorkflow` instance as a parameter for creating a new instance, as well as properties to get the `ApprovalWorkflowCase` and `ManualApprovals`."],["The `ManualApprovals` property allows the use of an approval workflow that requires designated users to approve or reject access grants."]]],[]]