Skip to main content

AccountV2

Import this model from the entry point of its package:

import { AccountV2 } from '@sailpoint/angular-sdk/triggers';

Properties

NameTypeDescriptionNotes
idstringThe unique identifier of the account.[default to undefined]
namestringThe name of the account.[default to undefined]
nativeIdentitystringThe unique ID of the account generated by the source system.[default to undefined]
uuidstringThe unique ID associated with this account.[default to undefined]
correlatedbooleanIndicates if the account is correlated to an identity.[default to undefined]
isMachinebooleanIndicates if the account is a machine account.[default to undefined]
originstringThe origin of the account.[default to undefined]
attributesThe attributes of the account. The contents of attributes depends on the account schema for the source.[default to undefined]