AccountCorrelatedIdentity
Import this model from the entry point of its package:
import { AccountCorrelatedIdentity } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | string | DTO type of the identity the account is correlated with. | [default to undefined] |
| id | string | ID of the identity the account is correlated with. | [default to undefined] |
| name | string | Display name of the identity the account is correlated with. | [default to undefined] |