mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
1.1 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 | Pointer to Enum [ "IDENTITY" ] | The type of object that is referenced | [optional] |
| Id | Pointer to String | The unique ID of the object | [optional] |
| Name | Pointer to String | The name of the object | [optional] |
Examples
- Prepare the resource
$WorkflowBodyOwner = Initialize-PSSailpoint.V2024WorkflowBodyOwner -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
- Convert the resource to JSON
$WorkflowBodyOwner | ConvertTo-JSON