mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.6 KiB
1.6 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-manual-work-item-details1 | ManualWorkItemDetails1 | ManualWorkItemDetails1 | ManualWorkItemDetails1 | powershellsdk |
|
/tools/sdk/powershell/v2024/models/manual-work-item-details1 |
|
ManualWorkItemDetails1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Forwarded | Boolean | True if the request for this item was forwarded from one owner to another. | [optional] [default to $false] |
| OriginalOwner | ManualWorkItemDetailsOriginalOwner | [optional] | |
| CurrentOwner | ManualWorkItemDetailsCurrentOwner | [optional] | |
| Modified | System.DateTime | Time at which item was modified. | [optional] |
| Status | ManualWorkItemState | [optional] | |
| ForwardHistory | []ApprovalForwardHistory1 | The history of approval forward action. | [optional] |
Examples
- Prepare the resource
$ManualWorkItemDetails1 = Initialize-PSSailpoint.V2024ManualWorkItemDetails1 -Forwarded true `
-OriginalOwner null `
-CurrentOwner null `
-Modified 2019-08-23T18:52:57.398Z `
-Status null `
-ForwardHistory null
- Convert the resource to JSON
$ManualWorkItemDetails1 | ConvertTo-JSON