Class SqlServerProfile (1.11.0)

SqlServerProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SQLServer database profile. Next ID: 8.

Attributes

Name Description
hostname str
Required. Hostname for the SQLServer connection.
port int
Port for the SQLServer connection, default value is 1433.
username str
Required. Username for the SQLServer connection.
password str
Optional. Password for the SQLServer connection. Mutually exclusive with the secret_manager_stored_password field.
database str
Required. Database for the SQLServer connection.