Skip to main content

WorkItemsSummary

Import this model from the entry point of its package:

import { WorkItemsSummary } from '@sailpoint/angular-sdk/work_items';

Properties

NameTypeDescriptionNotes
open(optional) numberThe count of open work items[default to undefined]
completed(optional) numberThe count of completed work items[default to undefined]
total(optional) numberThe count of total work items[default to undefined]