Skip to main content

AccountsCollectedForAggregationStats

Import this model from the entry point of its package:

import { AccountsCollectedForAggregationStats } from '@sailpoint/angular-sdk/triggers';

Properties

NameTypeDescriptionNotes
scannednumberThe number of accounts which were scanned / iterated over.[default to undefined]
unchangednumberThe number of accounts which existed before, but had no changes.[default to undefined]
changednumberThe number of accounts which existed before, but had changes.[default to undefined]
addednumberThe number of accounts which are new - have not existed before.[default to undefined]
removednumberThe number accounts which existed before, but no longer exist (thus getting removed).[default to undefined]