---
id: v1-machine-identity-response
title: MachineIdentityResponse
pagination_label: MachineIdentityResponse
sidebar_label: MachineIdentityResponse
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'MachineIdentityResponse', 'v1MachineIdentityResponse']
slug: /tools/sdk/typescript/machine_identities/models/machine-identity-response
tags: ['SDK', 'Software Development Kit', 'MachineIdentityResponse', 'v1MachineIdentityResponse']
---

# MachineIdentityResponse

## 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]
**nativeIdentity** | `string` | The native identity associated to the machine identity directly aggregated from a source | [default to undefined]
**description** | **(optional)** `string` | Description of machine identity | [default to undefined]
**attributes** | **(optional)** `object` | A map of custom machine identity attributes | [default to undefined]
**subtype** | `string` | The subtype value associated to the machine identity | [default to undefined]
**owners** | **(optional)** `MachineIdentityDtoOwners` |  | [default to undefined]
**sourceId** | **(optional)** `string` | The source id associated to the machine identity | [default to undefined]
**uuid** | **(optional)** `string` | The UUID associated to the machine identity directly aggregated from a source | [default to undefined]
**manuallyEdited** | **(optional)** `boolean` | Indicates if the machine identity has been manually edited | [default to false]
**manuallyCreated** | **(optional)** `boolean` | Indicates if the machine identity has been manually created | [default to false]
**source** | **(optional)** `object` | The source of the machine identity | [default to undefined]
**datasetId** | **(optional)** `string` | The dataset id associated to the source in which the identity was retrieved from | [default to undefined]
**userEntitlements** | **(optional)** `Array<MachineIdentityResponseUserEntitlements>` | The user entitlements associated to the machine identity | [default to undefined]

