SqlServerProfile
import type { SqlServerProfile } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
SQLServer database profile.
interface SqlServerProfile {
database?: string;
hostname?: string;
password?: string;
port?: number;
secretManagerStoredPassword?: string;
sslConfig?: SqlServerSslConfig;
username?: string;
}§Properties
§
password?: string
[src]Optional. Password for the SQLServer connection. Mutually exclusive with
the secret_manager_stored_password
field.
§
secretManagerStoredPassword?: string
[src]Optional. A reference to a Secret Manager resource name storing the
SQLServer connection password. Mutually exclusive with the password
field.
§
sslConfig?: SqlServerSslConfig
[src]Optional. SSL configuration for the SQLServer connection.