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

815 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
beta-work-items-count WorkItemsCount WorkItemsCount WorkItemsCount powershellsdk
powershell
PowerShell
sdk
WorkItemsCount
BetaWorkItemsCount
/tools/sdk/powershell/beta/models/work-items-count
SDK
Software Development Kit
WorkItemsCount
BetaWorkItemsCount

WorkItemsCount

Properties

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

Examples

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

[Back to top]