AccountUncorrelatedAccount
Import this model from the entry point of its package:
import { AccountUncorrelatedAccount } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | Uncorrelated account's DTO type. | [default to undefined] |
| id | string | Uncorrelated account's ID. | [default to undefined] |
| name | string | Uncorrelated account's display name. | [default to undefined] |
| nativeIdentity | string | Unique ID of the account on the source. | [default to undefined] |
| uuid | (optional) string | The source's unique identifier for the account. UUID is generated by the source system. | [default to undefined] |