NSX-T Data Center REST API

ValidateCertificateParameters (type)

{
  "additionalProperties": false,
  "id": "ValidateCertificateParameters",
  "module_id": "CertificateManager",
  "properties": {
    "usage": {
      "$ref": "CertificateUsageType",
      "description": "Usage Type of the Certificate, SERVER or CLIENT. Default is SERVER",
      "required": false,
      "title": "Certificate Usage Type"
    }
  },
  "type": "object"
}