---
id: v1-machine-identity-deleted-machine-identity
title: MachineIdentityDeletedMachineIdentity
pagination_label: MachineIdentityDeletedMachineIdentity
sidebar_label: MachineIdentityDeletedMachineIdentity
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'MachineIdentityDeletedMachineIdentity', 'v1MachineIdentityDeletedMachineIdentity']
slug: /tools/sdk/typescript/triggers/models/machine-identity-deleted-machine-identity
tags: ['SDK', 'Software Development Kit', 'MachineIdentityDeletedMachineIdentity', 'v1MachineIdentityDeletedMachineIdentity']
---

# MachineIdentityDeletedMachineIdentity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | `string` | Unique identifier for the machine identity. | [default to undefined]
**name** | **(optional)** `string` | Name of the machine identity. | [default to undefined]
**created** | `string` | Creation timestamp. | [default to undefined]
**modified** | `string` | Last modified timestamp. | [default to undefined]
**businessApplication** | **(optional)** `string` | Associated business application. | [default to undefined]
**description** | **(optional)** `string` | Description of the machine identity. | [default to undefined]
**attributes** | **(optional)**  | The attributes assigned to the identity. | [default to undefined]
**subtype** | `string` | Subtype of the machine identity. | [default to undefined]
**owners** | **(optional)** `Array<MachineIdentityOwnerReference>` | List of owners. | [default to undefined]
**sourceId** | **(optional)** `string` | Source identifier. | [default to undefined]
**uuid** | **(optional)** `string` | UUID of the machine identity. | [default to undefined]
**nativeIdentity** | **(optional)** `string` | Native identity value. | [default to undefined]
**manuallyEdited** | `boolean` | Indicates if manually edited. | [default to false]
**manuallyCreated** | **(optional)** `boolean` | Indicates if manually created. | [default to false]
**datasetId** | **(optional)** `string` | Dataset identifier. | [default to undefined]
**source** | **(optional)** `MachineIdentitySourceReference` |  | [default to undefined]
**userEntitlements** | **(optional)** `Array<MachineIdentityUserEntitlements>` | List of user entitlements. | [default to undefined]
**existsOnSource** | **(optional)** `string` | Existence status on source. | [default to undefined]

