Name | Type | Description | Notes |
---|---|---|---|
links | {str: (Link,)} | The location and content type of related resources | |
id | str | The unique identifier for this integration configuration | |
name | str | A human-friendly name for the integration | |
created_at | int | [optional] | |
integration_key | str | The type of integration | [optional] |
tags | [str] | An array of tags for this integration | [optional] |
enabled | bool | Whether the integration is currently active | [optional] |
access | Access | [optional] | |
config_values | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | 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] |
capability_config | CapabilityConfigRep | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |