AccountAggregationCompleted
Import this model from the entry point of its package:
import { AccountAggregationCompleted } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| source | AccountAggregationCompletedSource | [default to undefined] | |
| status | string | The overall status of the aggregation. | [default to undefined] |
| started | string | The date and time when the account aggregation started. | [default to undefined] |
| completed | string | The date and time when the account aggregation finished. | [default to undefined] |
| errors | Array<string> | A list of errors that occurred during the aggregation. | [default to undefined] |
| warnings | Array<string> | A list of warnings that occurred during the aggregation. | [default to undefined] |
| stats | AccountAggregationCompletedStats | [default to undefined] |