NSX-T Data Center REST API

CertificateData (type)

{
  "additionalProperties": false,
  "id": "CertificateData",
  "module_id": "InventoryCmObj",
  "properties": {
    "pem_encoded": {
      "description": "PEM encoded certificate data.",
      "readonly": false,
      "required": true,
      "title": "PEM encoded certificate data",
      "type": "string"
    },
    "private_key": {
      "description": "Private key of certificate.",
      "readonly": false,
      "required": true,
      "sensitive": true,
      "title": "Private key of certificate",
      "type": "secure_string"
    }
  },
  "type": "object"
}