CmdkeySetup interface

The custom setup of running cmdkey commands.

Extends

Properties

password

The password of data source access.

targetName

The server name of data source access.

type

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

userName

The user name of data source access.

Property Details

password

The password of data source access.

password: SecretBaseUnion

Property Value

targetName

The server name of data source access.

targetName: Record<string, unknown>

Property Value

Record<string, unknown>

type

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

type: "CmdkeySetup"

Property Value

"CmdkeySetup"

userName

The user name of data source access.

userName: Record<string, unknown>

Property Value

Record<string, unknown>