Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/WorkItemsCount.md
2025-01-28 13:29:29 -05:00

798 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 Pointer to Int32 The 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]