mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
993 B
993 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-summary | WorkItemsSummary | WorkItemsSummary | WorkItemsSummary | powershellsdk |
|
/tools/sdk/powershell/beta/models/work-items-summary |
|
WorkItemsSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Open | Int32 | The count of open work items | [optional] |
| Completed | Int32 | The count of completed work items | [optional] |
| Total | Int32 | The count of total work items | [optional] |
Examples
- Prepare the resource
$WorkItemsSummary = Initialize-BetaWorkItemsSummary -Open 29 `
-Completed 1 `
-Total 30
- Convert the resource to JSON
$WorkItemsSummary | ConvertTo-JSON