Name | Type | Description | Notes |
---|---|---|---|
links | Map<String, Link> | The location and content type of related resources | |
id | String | The unique identifier for this integration configuration | |
name | String | A human-friendly name for the integration | |
createdAt | Long | [optional] | |
integrationKey | String | The type of integration | [optional] |
tags | List<String> | An array of tags for this integration | [optional] |
enabled | Boolean | Whether the integration is currently active | [optional] |
access | Access | [optional] | |
configValues | Map<String, Object> | Details on configuration for an integration of this type. Refer to the <code>formVariables</code> field in the corresponding <code>manifest.json</code> for a full list of fields for each integration. | [optional] |
capabilityConfig | CapabilityConfigRep | [optional] |