Package version:

Interface VmmCredential

Credentials to connect to VmmServer.

interface VmmCredential {
    password?: string;
    username?: string;
}

Properties

Properties

password?: string

Password to use to connect to VmmServer. This value contains a credential. Consider obscuring before showing to users

username?: string

Username to use to connect to VmmServer.