Microsoft SQL Server

Resource type

ms_sql_server — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
hoststringYes
userstringNo
passwordstringNo
integrated_authbooleanNoUse Windows Integrated Authentication (Kerberos). When enabled, the worker's service account credentials are used instead of username/password. Requires the worker to have a valid Kerberos ticket.
aad_tokenobjectNoAAD token for authentication
portnumberNo
dbnamestringYes
instance_namestringNo
trust_certbooleanNoTrust any certificate presented by the server
ca_certstringNoCA certificate in PEM format for verifying the server identity. Only needed if the certificate used by the server is not in the workers's trust store.
encryptbooleanNoEnable TLS encryption. When false, all data including passwords are sent unencrypted over the network. Set to false only for local development.