web / lib/collections/scheduled-imports/fields/import-config-fields
lib/collections/scheduled-imports/fields/import-config-fields
Import configuration fields for scheduled imports.
Combines schema configuration and authentication fields that control how the scheduled import handles data detection, validation, and secure access to the source URL.
Sensitive credential fields (apiKey, bearerToken, password) are encrypted at rest using AES-256-GCM via Payload field hooks. Encryption is transparent to all consumers — values are decrypted on read and encrypted on write.
Variables
importConfigFields
constimportConfigFields:Field[]
Last updated on