NSX-T Data Center REST API
TrustManagementData (type)
{ "additionalProperties": false, "id": "TrustManagementData", "module_id": "CertificateManager", "properties": { "approved_ec_curves": { "description": "List of approved EC curves.", "items": { "$ref": "CryptoEntity }, "readonly": true, "required": false, "type": "array" }, "supported_algorithms": { "description": "List of supported algorithms.", "items": { "$ref": "CryptoAlgorithm }, "readonly": true, "required": false, "type": "array" }, "supported_signature_algorithms": { "description": "List of supported signature algorithms.", "items": { "$ref": "CryptoEntity }, "readonly": true, "required": false, "type": "array" } }, "type": "object" }