Skip to main content

AdaptiveApprovalConfig

Properties

NameTypeDescriptionNotes
SchemeEnum [ "WORKFLOW" ]Discriminator. Must be WORKFLOW for adaptive platform-workflow approval.[required]
WorkflowIdStringIdentifier of the platform workflow that decides the request.[required]

Examples

  • Prepare the resource
$AdaptiveApprovalConfig = Initialize-AdaptiveApprovalConfig -Scheme WORKFLOW `
-WorkflowId 8c190e67-2a90-4c2a-9f1e-1c5d0b6a4e21
  • Convert the resource to JSON
$AdaptiveApprovalConfig | ConvertTo-JSON

[Back to top]