---
id: v1-account-v2
title: AccountV2
pagination_label: AccountV2
sidebar_label: AccountV2
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'AccountV2', 'v1AccountV2']
slug: /tools/sdk/typescript/triggers/models/account-v2
tags: ['SDK', 'Software Development Kit', 'AccountV2', 'v1AccountV2']
---

# AccountV2

## 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]

