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, part of the Privileged Access Manager v1 API, defines different workflow types for gating privileged access grants."],["It is a sealed class that inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides constructors for creating new `ApprovalWorkflow` objects, either as a default instance or by cloning from another `ApprovalWorkflow` object."],["It offers a `ManualApprovals` property to enable a workflow where designated users review and act on grants, in addition to an `ApprovalWorkflowCase` property."],["This class resides within the `Google.Cloud.PrivilegedAccessManager.V1` namespace and is contained within the `Google.Cloud.PrivilegedAccessManager.V1.dll` assembly."]]],[]]