VmmCredential interface
Credentials to connect to VmmServer.
Properties
password | Password to use to connect to VmmServer. This value contains a credential. Consider obscuring before showing to users |
username | Username to use to connect to VmmServer. |
Property Details
password
Password to use to connect to VmmServer. This value contains a credential. Consider obscuring before showing to users
password?: string
Property Value
string
username
Username to use to connect to VmmServer.
username?: string
Property Value
string