NSX-T Data Center REST API

SetPrincipalIdentityCertificateForFederationRequest (type)

{
  "additionalProperties": false,
  "id": "SetPrincipalIdentityCertificateForFederationRequest",
  "module_id": "CertificateManager",
  "properties": {
    "cert_id": {
      "description": "Id of the certificate",
      "readonly": true,
      "required": true,
      "type": "string"
    },
    "service_type": {
      "$ref": "PIServiceType",
      "description": "Service type for which the certificate should be used.",
      "readonly": true,
      "required": true
    }
  },
  "title": "Data for setting a principal identity certificate",
  "type": "object"
}