SqlServerProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
SQLServer database profile.
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. |
secret_manager_stored_password |
str
Optional. A reference to a Secret Manager resource name storing the SQLServer connection password. Mutually exclusive with the password field.
|