NSX-T Data Center REST API
CryptoEntity (type)
{ "additionalProperties": false, "description": "The crypto entity object that represents the RSA crypto algorithm or EC crypto curve.", "id": "CryptoEntity", "module_id": "CertificateManager", "properties": { "name": { "description": "Crypto entity name.", "readonly": true, "required": true, "type": "string" }, "oid": { "description": "The official OID for the crypto entity.", "readonly": true, "required": true, "type": "string" } }, "title": "The CryptoEntity object", "type": "object" }