---
id: v1-source-subtype
title: SourceSubtype
pagination_label: SourceSubtype
sidebar_label: SourceSubtype
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'SourceSubtype', 'v1SourceSubtype']
slug: /tools/sdk/typescript/machine_accounts/models/source-subtype
tags: ['SDK', 'Software Development Kit', 'SourceSubtype', 'v1SourceSubtype']
---

# SourceSubtype

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | Unique identifier for the subtype. | [default to undefined]
**sourceId** | **(optional)** `string` | The ID of the source. | [readonly] [default to undefined]
**technicalName** | `string` | Technical name of the subtype. | [default to undefined]
**displayName** | `string` | Display name of the subtype. | [default to undefined]
**description** | `string` | Description of the subtype. | [default to undefined]
**created** | **(optional)** `string` | Creation timestamp. | [default to undefined]
**modified** | **(optional)** `string` | Last modified timestamp. | [default to undefined]
**type** | **(optional)** `string` | Type of the subtype. Either MACHINE OR null. | [default to undefined]

