---
id: v1-source-app-create-dto
title: SourceAppCreateDto
pagination_label: SourceAppCreateDto
sidebar_label: SourceAppCreateDto
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'SourceAppCreateDto', 'v1SourceAppCreateDto']
slug: /tools/sdk/typescript/apps/models/source-app-create-dto
tags: ['SDK', 'Software Development Kit', 'SourceAppCreateDto', 'v1SourceAppCreateDto']
---

# SourceAppCreateDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | `string` | The source app name | [default to undefined]
**description** | `string` | The description of the source app | [default to undefined]
**matchAllAccounts** | **(optional)** `boolean` | True if the source app match all accounts | [default to false]
**accountSource** | `SourceAppCreateDtoAccountSource` |  | [default to undefined]

