AccountV2
Import this model from the entry point of its package:
import { AccountV2 } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique identifier of the account. | [default to undefined] |
| name | string | The name of the account. | [default to undefined] |
| nativeIdentity | string | The unique ID of the account generated by the source system. | [default to undefined] |
| uuid | string | The unique ID associated with this account. | [default to undefined] |
| correlated | boolean | Indicates if the account is correlated to an identity. | [default to undefined] |
| isMachine | boolean | Indicates if the account is a machine account. | [default to undefined] |
| origin | string | The origin of the account. | [default to undefined] |
| attributes | The attributes of the account. The contents of attributes depends on the account schema for the source. | [default to undefined] |