Skip to main content

WorkItemsSummary

Properties

NameTypeDescriptionNotes
OpenInt32The count of open work items[optional]
CompletedInt32The count of completed work items[optional]
TotalInt32The count of total work items[optional]

Examples

  • Prepare the resource
$WorkItemsSummary = Initialize-PSSailpoint.V2024WorkItemsSummary  -Open 29 `
-Completed 1 `
-Total 30
  • Convert the resource to JSON
$WorkItemsSummary | ConvertTo-JSON

[Back to top]