--- title: IntegrationType --- ## PureCloud::IntegrationType ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The ID of the integration type. | | | **name** | **String** | | [optional] | | **description** | **String** | Localized description of the integration type. | [optional] | | **provider** | **String** | PureCloud provider of the integration type. | [optional] | | **images** | [**Array<UserImage>**](UserImage.html) | Collection of logos. | [optional] | | **config_properties_schema_uri** | **String** | URI of the schema describing the key-value properties needed to configure an integration of this type. | [optional] | | **config_advanced_schema_uri** | **String** | URI of the schema describing the advanced JSON document needed to configure an integration of this type. | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}