NSX-T Data Center REST API

TrustManagementData (type)

{
  "additionalProperties": false,
  "id": "TrustManagementData",
  "module_id": "CertificateManager",
  "properties": {
    "supported_algorithms": {
      "description": "List of supported algorithms.",
      "items": {
        "$ref": "CryptoAlgorithm"
      },
      "readonly": true,
      "required": false,
      "type": "array"
    }
  },
  "type": "object"
}