---
id: v1-sim-integration-details
title: SimIntegrationDetails
pagination_label: SimIntegrationDetails
sidebar_label: SimIntegrationDetails
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'SimIntegrationDetails', 'v1SimIntegrationDetails']
slug: /tools/sdk/typescript/sim_integrations/models/sim-integration-details
tags: ['SDK', 'Software Development Kit', 'SimIntegrationDetails', 'v1SimIntegrationDetails']
---

# SimIntegrationDetails

## 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]
**description** | **(optional)** `string` | The description of the integration | [default to undefined]
**type** | **(optional)** `string` | The integration type | [default to undefined]
**attributes** | **(optional)** `object` | The attributes map containing the credentials used to configure the integration. | [default to undefined]
**sources** | **(optional)** `Array<string>` | The list of sources (managed resources) | [default to undefined]
**cluster** | **(optional)** `string` | The cluster/proxy | [default to undefined]
**statusMap** | **(optional)** `object` | Custom mapping between the integration result and the provisioning result | [default to undefined]
**request** | **(optional)** `object` | Request data to customize desc and body of the created ticket | [default to undefined]
**beforeProvisioningRule** | **(optional)** `SimIntegrationDetailsAllOfBeforeProvisioningRule` |  | [default to undefined]

