AccountInfoDto
Import this model from the entry point of its package:
import { AccountInfoDto } from '@sailpoint/angular-sdk/identities';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| nativeIdentity | (optional) string | The unique ID of the account generated by the source system | [default to undefined] |
| displayName | (optional) string | Display name for this account | [default to undefined] |
| uuid | (optional) string | UUID associated with this account | [default to undefined] |