NSX-T Data Center REST API

SecurityCertificate (type)

{
  "additionalProperties": false,
  "id": "SecurityCertificate",
  "properties": {
    "pem_encoded": {
      "description": "The certificate must include the enclosing \"-----BEGIN CERTIFICATE-----\" and \"-----END CERTIFICATE-----\"",
      "display": {
        "order": 1
      },
      "minLength": 52,
      "readonly": false,
      "required": true,
      "title": "PEM encoded X.509 certificate",
      "type": "string"
    },
    "ssh_public_key": {
      "display": {
        "order": 4
      },
      "readonly": true,
      "type": "string"
    },
    "text": {
      "display": {
        "order": 5
      },
      "minLength": 52,
      "readonly": true,
      "title": "X.509 certificate in text form",
      "type": "string"
    },
    "valid_from": {
      "display": {
        "order": 2
      },
      "readonly": true,
      "title": "The time when the certificate starts being valid",
      "type": "string"
    },
    "valid_to": {
      "display": {
        "order": 3
      },
      "readonly": true,
      "title": "The time when the certificate stops being valid",
      "type": "string"
    }
  },
  "type": "object"
}