# Application ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **description** | **String** | The description of the application. | **id** | **Integer** | The application id. | **image** | **String** | The image of the application. | **internal** | **Boolean** | Whether the application is an internal application. Internal applications should not be deleted. | **name** | **String** | The application name. This is how the application should be displayed to the user. | **token** | **String** | The application token. Can be used as `appToken`. See Authentication. |