Package version:

The custom setup of running cmdkey commands.

interface CmdkeySetup {
    password: SecretBaseUnion;
    targetName: any;
    type: "CmdkeySetup";
    userName: any;
}

Hierarchy (view full)

Properties

password: SecretBaseUnion

The password of data source access.

targetName: any

The server name of data source access. Type: string.

type

Polymorphic discriminator, which specifies the different types this object can be

userName: any

The user name of data source access. Type: string.