Skip to main content

WorkItemForward

Properties

NameTypeDescriptionNotes
TargetOwnerIdStringThe ID of the identity to forward this work item to.[required]
CommentStringComments to send to the target owner[required]
SendNotificationsBooleanIf 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

[Back to top]