Schema for basic authentication of replication source or target database.

interface ReplicationDatabaseAuthBasic {
    password: string;
    username: string;
}

Properties

Properties

password: string

The password associated with the username.

username: string

The username.

Generated using TypeDoc