ConnectionInfo interface
Defines the connection properties of a server
Properties
password | Password credential. |
type | Polymorphic Discriminator |
user |
User name |
Property Details
password
Password credential.
password?: string
Property Value
string
type
Polymorphic Discriminator
type: "ConnectionInfo"
Property Value
"ConnectionInfo"
userName
User name
userName?: string
Property Value
string