SourceAccountUpdated
Import this model from the entry point of its package:
import { SourceAccountUpdated } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | (optional) string | Source unique identifier for the identity. UUID is generated by the source system. | [default to undefined] |
| id | string | SailPoint generated unique identifier. | [default to undefined] |
| nativeIdentifier | string | Unique ID of the account on the source. | [default to undefined] |
| sourceId | string | The ID of the source. | [default to undefined] |
| sourceName | string | The name of the source. | [default to undefined] |
| identityId | string | The ID of the identity that is correlated with this account. | [default to undefined] |
| identityName | string | The name of the identity that is correlated with this account. | [default to undefined] |
| attributes | The attributes of the account. The contents of attributes depends on the account schema for the source. | [default to undefined] |