id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-workflow-body |
WorkflowBody |
WorkflowBody |
WorkflowBody |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| WorkflowBody |
| V2024WorkflowBody |
|
/tools/sdk/powershell/v2024/models/workflow-body |
| SDK |
| Software Development Kit |
| WorkflowBody |
| V2024WorkflowBody |
|
WorkflowBody
Properties
| Name |
Type |
Description |
Notes |
| Name |
String |
The name of the workflow |
[optional] |
| Owner |
WorkflowBodyOwner |
|
[optional] |
| Description |
String |
Description of what the workflow accomplishes |
[optional] |
| Definition |
WorkflowDefinition |
|
[optional] |
| Enabled |
Boolean |
Enable or disable the workflow. Workflows cannot be created in an enabled state. |
[optional] [default to $false] |
| Trigger |
WorkflowTrigger |
|
[optional] |
Examples
- Convert the resource to JSON
[Back to top]