AccountDetails
Import this model from the entry point of its package:
import { AccountDetails } from '@sailpoint/angular-sdk/account_deletion_requests';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | unique id of this object | [default to undefined] |
| name | (optional) string | [default to undefined] | |
| accountId | (optional) string | [default to undefined] | |
| description | (optional) string | [default to undefined] | |
| nativeIdentity | (optional) string | [default to undefined] | |
| uuid | (optional) string | [default to undefined] | |
| displayName | (optional) string | [default to undefined] | |
| disabled | (optional) boolean | [default to undefined] | |
| locked | (optional) boolean | [default to undefined] | |
| uncorrelated | (optional) boolean | [default to undefined] | |
| systemAccount | (optional) boolean | [default to undefined] | |
| authoritative | (optional) boolean | [default to undefined] | |
| supportsPasswordChange | (optional) boolean | [default to undefined] | |
| attributes | (optional) object | [default to undefined] | |
| application | (optional) object | [default to undefined] | |
| identity | (optional) object | [default to undefined] | |
| schema | (optional) object | [default to undefined] | |
| pendingAccessRequestIds | (optional) Array<string> | [default to undefined] | |
| features | (optional) Array<string> | [default to undefined] | |
| meta | (optional) object | [default to undefined] |