Expand description
Typed identifiers.
Every id is a distinct type so that an AccountId can never be passed where a
JobId is expected. All of them serialise as plain strings.
Structsยง
- Account
Id - Identifies one configured account of one connector.
- AlertId
- Identifies an alert instance.
- Connector
Id - Identifies a connector, e.g.
github,google-analytics,cloudflare. - JobId
- Identifies a background job run.
- SyncId
- Identifies one synchronisation run, used as a logging correlation id.