INPUT_OBJECT

BaseGuestCredentialInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input BaseGuestCredentialInput {
  • # Required. Supported in v5.0+
  • # Password for the account used to login to the VM guest OS.
  • password: String!
  • # Required. Supported in v5.0+
  • # Username for the account used to login to the VM guest OS. To include a domain,
  • # use the format \.
  • username: String!
  • }