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

796 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
v2025-work-items-count WorkItemsCount WorkItemsCount WorkItemsCount powershellsdk
powershell
PowerShell
sdk
WorkItemsCount
V2025WorkItemsCount
/tools/sdk/powershell/v2025/models/work-items-count
SDK
Software Development Kit
WorkItemsCount
V2025WorkItemsCount

WorkItemsCount

Properties

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

Examples

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

[Back to top]