NSX-T Data Center REST API

SupportBundleFileTransferAuthenticationScheme (type)

{
  "additionalProperties": false,
  "id": "SupportBundleFileTransferAuthenticationScheme",
  "properties": {
    "password": {
      "required": true,
      "sensitive": true,
      "title": "Password to authenticate with",
      "type": "string"
    },
    "scheme_name": {
      "enum": [
        "PASSWORD"
      ],
      "required": true,
      "title": "Authentication scheme name",
      "type": "string"
    },
    "username": {
      "required": true,
      "title": "User name to authenticate with",
      "type": "string"
    }
  },
  "type": "object"
}