mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
815 B
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 |
|
/tools/sdk/powershell/beta/models/work-items-count |
|
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