---
id: v1-account
title: Account
pagination_label: Account
sidebar_label: Account
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'Account', 'v1Account']
slug: /tools/sdk/typescript/accounts/models/account
tags: ['SDK', 'Software Development Kit', 'Account', 'v1Account']
---

# Account

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | System-generated unique ID of the Object | [readonly] [default to undefined]
**name** | `string` | Name of the Object | [default to undefined]
**created** | **(optional)** `string` | Creation date of the Object | [readonly] [default to undefined]
**modified** | **(optional)** `string` | Last modification date of the Object | [readonly] [default to undefined]
**sourceId** | `string` | The unique ID of the source this account belongs to | [default to undefined]
**sourceName** | `string` | The display name of the source this account belongs to | [default to undefined]
**identityId** | **(optional)** `string` | The unique ID of the identity this account is correlated to | [default to undefined]
**cloudLifecycleState** | **(optional)** `string` | The lifecycle state of the identity this account is correlated to | [default to undefined]
**identityState** | **(optional)** `string` | The identity state of the identity this account is correlated to | [default to undefined]
**connectionType** | **(optional)** `string` | The connection type of the source this account is from | [default to undefined]
**isMachine** | **(optional)** `boolean` | Indicates if the account is of machine type | [default to false]
**recommendation** | **(optional)** `AccountAllOfRecommendation` |  | [default to undefined]
**attributes** |  | The account attributes that are aggregated | [default to undefined]
**authoritative** | `boolean` | Indicates if this account is from an authoritative source | [default to undefined]
**description** | **(optional)** `string` | A description of the account | [default to undefined]
**disabled** | `boolean` | Indicates if the account is currently disabled | [default to undefined]
**locked** | `boolean` | Indicates if the account is currently locked | [default to undefined]
**nativeIdentity** | `string` | The unique ID of the account generated by the source system | [default to undefined]
**systemAccount** | `boolean` | If true, this is a user account within IdentityNow.  If false, this is an account from a source system. | [default to undefined]
**uncorrelated** | `boolean` | Indicates if this account is not correlated to an identity | [default to undefined]
**uuid** | **(optional)** `string` | The unique ID of the account as determined by the account schema | [default to undefined]
**manuallyCorrelated** | `boolean` | Indicates if the account has been manually correlated to an identity | [default to undefined]
**hasEntitlements** | `boolean` | Indicates if the account has entitlements | [default to undefined]
**identity** | **(optional)** `AccountAllOfIdentity` |  | [default to undefined]
**sourceOwner** | **(optional)** `AccountAllOfSourceOwner` |  | [default to undefined]
**features** | **(optional)** `string` | A string list containing the owning source\'s features | [default to undefined]
**origin** | **(optional)** `string` | The origin of the account either aggregated or provisioned | [default to undefined]
**ownerIdentity** | **(optional)** `AccountAllOfOwnerIdentity` |  | [default to undefined]

