mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.0 KiB
1.0 KiB
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-owner | WorkflowBodyOwner | WorkflowBodyOwner | WorkflowBodyOwner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/workflow-body-owner |
|
WorkflowBodyOwner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY" ] | The type of object that is referenced | [optional] |
| Id | String | The unique ID of the object | [optional] |
| Name | String | The name of the object | [optional] |
Examples
- Prepare the resource
$WorkflowBodyOwner = Initialize-V2024WorkflowBodyOwner -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
- Convert the resource to JSON
$WorkflowBodyOwner | ConvertTo-JSON