mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
796 B
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 |
|
/tools/sdk/powershell/v2025/models/work-items-count |
|
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