---
id: v1-machine-account
title: MachineAccount
pagination_label: MachineAccount
sidebar_label: MachineAccount
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'MachineAccount', 'v1MachineAccount']
slug: /tools/sdk/typescript/machine_accounts/models/machine-account
tags: ['SDK', 'Software Development Kit', 'MachineAccount', 'v1MachineAccount']
---

# MachineAccount

## 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]
**description** | **(optional)** `string` | A description of the machine account | [default to undefined]
**nativeIdentity** | `string` | The unique ID of the machine account generated by the source system | [default to undefined]
**uuid** | **(optional)** `string` | The unique ID of the account as determined by the account schema | [default to undefined]
**classificationMethod** | `string` | Classification Method | [default to undefined]
**machineIdentity** | **(optional)** `any` | The machine identity this account is associated with | [default to undefined]
**ownerIdentity** | **(optional)** `any` | The identity who owns this account. | [default to undefined]
**accessType** | **(optional)** `string` | The connection type of the source this account is from | [default to undefined]
**subtype** | **(optional)** `string` | The sub-type | [default to undefined]
**environment** | **(optional)** `string` | Environment | [default to undefined]
**attributes** | **(optional)**  | Custom attributes specific to the machine account | [default to undefined]
**connectorAttributes** |  | The connector attributes for the account | [default to undefined]
**manuallyCorrelated** | **(optional)** `boolean` | Indicates if the account has been manually correlated to an identity | [default to false]
**manuallyEdited** | `boolean` | Indicates if the account has been manually edited | [default to false]
**locked** | `boolean` | Indicates if the account is currently locked | [default to undefined]
**enabled** | `boolean` | Indicates if the account is enabled | [default to false]
**hasEntitlements** | `boolean` | Indicates if the account has entitlements | [default to true]
**source** | `any` | The source this machine account belongs to. | [default to undefined]

