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;
username?: string;
}§Properties
§
password?: string
[src]Optional. Password for the SQLServer connection. Mutually exclusive with
the secret_manager_stored_password
field.