Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 438 Bytes

File metadata and controls

15 lines (8 loc) · 438 Bytes

LoginCredential

Credentials for remote access to the virtual machine. Typically, one of password or privateKey is set.

Properties

Name Type Description Notes
username String The username for login [optional]
password String The password for login [optional]
privateKey String The private key for login [optional]