Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/WorkItemsCount.md
2025-05-07 14:37:48 +00:00

772 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
work-items-count WorkItemsCount WorkItemsCount WorkItemsCount powershellsdk
powershell
PowerShell
sdk
WorkItemsCount
WorkItemsCount
/tools/sdk/powershell/v3/models/work-items-count
SDK
Software Development Kit
WorkItemsCount
WorkItemsCount

WorkItemsCount

Properties

Name Type Description Notes
Count Int32 The count of work items [optional]

Examples

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

[Back to top]