RequestedAccountRef
Import this model from the entry point of its package:
import { RequestedAccountRef } from '@sailpoint/angular-sdk/access_request_approvals';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | (optional) string | Display name of the account for the user | [default to undefined] |
| type | (optional) DtoType | [default to undefined] | |
| accountUuid | (optional) string | The uuid for the account | [default to undefined] |
| accountId | (optional) string | The native identity for the account | [default to undefined] |
| sourceName | (optional) string | Display name of the source for the account | [default to undefined] |