AccountInfoRef
Import this model from the entry point of its package:
import { AccountInfoRef } from '@sailpoint/angular-sdk/access_requests';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| uuid | (optional) string | The uuid for the account, available under the 'objectguid' attribute | [default to undefined] |
| nativeIdentity | (optional) string | The 'distinguishedName' attribute for the account | [default to undefined] |
| type | (optional) DtoType | [default to undefined] | |
| id | (optional) string | The account id | [default to undefined] |
| name | (optional) string | The account display name | [default to undefined] |