export interface HandlerVaultCredentialEntry { /** Collection scope. Defaults to the default collection when omitted. Formerly `sub_tenant_id`; the `sub_tenant_id` alias is still accepted (deprecated). */ collection?: string; /** Connector this resource belongs to. */ connectorId?: string; credentialId?: string; /** Owning database. Formerly `tenant_id`; the `tenant_id` alias is still accepted (deprecated). */ database?: string; fields?: string[]; label?: string; /** External provider being synced (e.g. `slack`, `github`, `linear`, `notion`, `gmail`). */ provider?: string; }