| id | (optional) number | The unique identifier of the application. | [default to undefined] |
| name | (optional) string | The display name of the application. | [default to undefined] |
| description | (optional) string | A brief description of the application and its purpose. | [default to undefined] |
| type | (optional) string | The type of the application. | [default to undefined] |
| tags | (optional) Array<Tag> | A list of tags associated with the application. | [default to undefined] |
| testConnectionStatus | (optional) string | The status of the last connection test performed on the application. | [default to undefined] |
| testConnectionDate | (optional) number | The timestamp of the last connection test performed on the application, in milliseconds since epoch. | [default to undefined] |
| rcClusterId | (optional) string | The identifier of the cluster used for crawling resources. | [default to undefined] |
| dcClusterId | (optional) string | The identifier of the cluster used for data classification. | [default to undefined] |
| pcClusterId | (optional) string | The identifier of the cluster used for permission collection. | [default to undefined] |