| 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] | |
| snowflakeSetupScript | String | Consolidated SQL script for Snowflake Warehouse Native Experimentation setup. Present only for setup endpoint responses. | [optional] |
| redshiftSetupScripts | List<String> | SQL setup scripts (4 parts) for Redshift Native Experimentation setup. Present only for setup endpoint responses. | [optional] |
| redshiftIAMPermissionsPolicy | String | IAM permissions policy JSON for the customer's Redshift IAM role. Present only for setup endpoint responses. | [optional] |
| redshiftIAMTrustPolicy | String | IAM trust policy JSON for the customer's Redshift IAM role. Present only for setup endpoint responses. | [optional] |
| maintainerId | String | The ID of the member who maintains this integration configuration. Defaults to the member who created it. | [optional] |