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-details | ManualWorkItemDetails | ManualWorkItemDetails | ManualWorkItemDetails | powershellsdk |
|
/tools/sdk/powershell/v2024/models/manual-work-item-details |
|
ManualWorkItemDetails
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 | []ApprovalForwardHistory | The history of approval forward action. | [optional] |
Examples
- Prepare the resource
$ManualWorkItemDetails = Initialize-PSSailpoint.V2024ManualWorkItemDetails -Forwarded true `
-OriginalOwner null `
-CurrentOwner null `
-Modified 2019-08-23T18:52:57.398Z `
-Status null `
-ForwardHistory null
- Convert the resource to JSON
$ManualWorkItemDetails | ConvertTo-JSON