--- title: IntegrationConfiguration --- ## PureCloud::IntegrationConfiguration ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **version** | **Integer** | Version number required for updates. | [optional] | | **properties_schema_uri** | **String** | URI for the JSON Schema describing the configuration properties in the properties field. | [optional] | | **advanced_schema_uri** | **String** | URI for the JSON Schema describing the advanced configuration | [optional] | | **properties** | **Object** | Key-value configuration settings described by the schema in the propertiesSchemaUri field. | [optional] | | **advanced** | **Object** | Advanced configuration described by the schema in the advancedSchemaUri field. | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}