EnumConfigFieldSchema
objectDefines an enum value integration config field.
user-friendly name of the configuration field.
Optional brief description of the configuration field.
Denotes whether the config field is a required value.
Default:false
Defines the condition under which this configuration field is allowed to be modified.
When specified, the platform will restrict updates to this field unless the integration
meets the given condition.
For example, setting mutable_condition: unauthorized means the field can only be
changed while the integration is in an unauthorized state.
Allowed values:unauthorized
The field type of config value.
Allowed values:enum
List of enumerated choices that can be selected as the config field value.
Show Child Parameters
The default value for the config field.
Must reference the value of an option listed in choices.
BooleanConfigFieldSchema
objectDefines a boolean value integration config field.
user-friendly name of the configuration field.
Optional brief description of the configuration field.
Denotes whether the config field is a required value.
Default:false
Defines the condition under which this configuration field is allowed to be modified.
When specified, the platform will restrict updates to this field unless the integration
meets the given condition.
For example, setting mutable_condition: unauthorized means the field can only be
changed while the integration is in an unauthorized state.
Allowed values:unauthorized
The field type of the config value.
Allowed values:boolean
The default value for the config field.
MutableCondition
stringDefines the condition under which this configuration field is allowed to be modified.
When specified, the platform will restrict updates to this field unless the integration
meets the given condition.
For example, setting mutable_condition: unauthorized means the field can only be
changed while the integration is in an unauthorized state.
Allowed values:unauthorized
CatalogIntegrationResourceTypes
objectDefines the resource types that the integration manages within the catalog.
This schema is a key-value object where:
- Keys are globally unique, machine-readable identifiers for each resource type.
- Values are objects describing metadata about the resource type.
This declaration enables the platform to understand the structure, identity, and behavior of resources discovered by the integration.
By registering resource types, integrations communicate the kinds of entities they will ingest and maintain,
allowing the catalog to enforce consistency, validation, and visibility across all integrations.
CatalogIntegrationResourceTypeIntegrationDataSchema
Any Of