Connection settings contain the inforamtion that the connections are initiaited with.
No Additional PropertiesCron connection settings.
Google Sheets connection settings.
Google service account credentials in JSON format used with Credentials.from_service_account_info
. It can be found in https://console.cloud.google.com/apis/credentials
.
Additional Properties of any type are allowed.
Type: objectThe URL of the Google Sheet used by the connection. The sheet should be shared with the service account e-mail in the credentials
.
Kronos connection settings.
No Additional PropertiesArray of datetimes for one off schedules.
Must contain a minimum of 1
items
Array of recurring crons.
Must contain a minimum of 1
items
Cron expression. See examples on https://crontab.guru/. We use https://github.com/kiorky/croniter for cron expression parsing.
Used to control how croniter handles day and dayofweek entries. Default option is the cron behaviour, which connects those values using OR. If the switch is set to False, the values are connected using AND. This behaves like fcron and enables you to e.g. define a job that executes each 2nd friday of a month by setting the days of month and the weekday.
Timezone for the cron expression. Defaults to UTC.
Moneta connection settings.
Moneta providers UIDs used by this connection. There are multiple providers and they can be referred to by their uid
.
All items must be unique
No Additional ItemsMust be at least 1
characters long
Onform connection settings.
The Onform V2 forms used by this connection. There are multiple forms and they can be referred to by either uid
or provider_id
.
All items must be unique
No Additional ItemsMust be at least 1
characters long
Ratatoskr connection settings.
The Ratatoskr ProviderApplication
used by this connection. It can be either uid
or name
.
Must be at least 1
characters long