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

# MachineIdentityRequest

## 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]
**userEntitlements** | **(optional)** `Array<MachineIdentityRequestUserEntitlements>` | The user entitlements associated to the machine identity | [default to undefined]

