HostNodeLoginCredential (type)

{
  "additionalProperties": false, 
  "id": "HostNodeLoginCredential", 
  "module_id": "FabricNode", 
  "properties": {
    "password": {
      "required": false, 
      "sensitive": true, 
      "title": "The authentication password of the host node", 
      "type": "string"
    }, 
    "thumbprint": {
      "description": "For ESXi hosts, the thumbprint of the ESXi management service. For KVM hosts, the SSH key fingerprint. If thumbprint is not provided then connection to host may not be established and API call will fail.", 
      "required": false, 
      "title": "ESXi thumbprint or SSH key fingerprint of the host node", 
      "type": "string"
    }, 
    "username": {
      "required": false, 
      "title": "The username of the account on the host node", 
      "type": "string"
    }
  }, 
  "title": "The credentials to login into the host node", 
  "type": "object"
}