WorkItemForward
Properties
Name | Type | Description | Notes |
---|---|---|---|
TargetOwnerId | String | The ID of the identity to forward this work item to. | [required] |
Comment | String | Comments to send to the target owner | [required] |
SendNotifications | Boolean | If true, send a notification to the target owner. | [optional] [default to $true] |
Examples
- Prepare the resource
$WorkItemForward = Initialize-PSSailpoint.V2024WorkItemForward -TargetOwnerId 2c9180835d2e5168015d32f890ca1581 `
-Comment I'm going on vacation. `
-SendNotifications true
- Convert the resource to JSON
$WorkItemForward | ConvertTo-JSON