CmdkeySetup interface
The custom setup of running cmdkey commands.
- Extends
Properties
| password | The password of data source access. |
| target |
The server name of data source access. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
| user |
The user name of data source access. |
Property Details
password
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>