Skip to main content

WorkItemsCount

Properties

NameTypeDescriptionNotes
CountInt32The count of work items[optional]

Examples

  • Prepare the resource
$WorkItemsCount = Initialize-PSSailpoint.V3WorkItemsCount  -Count 29
  • Convert the resource to JSON
$WorkItemsCount | ConvertTo-JSON

[Back to top]