NSX-T Data Center REST API
CertificateProfile (type)
{ "additionalProperties": false, "extends": { "$ref": "Resource }, "id": "CertificateProfile", "module_id": "CertificateManager", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "cluster_certificate": { "description": "True if this is for a cluster certificate", "readonly": true, "required": true, "title": "Cluster Certificate", "type": "boolean" }, "extended_key_usage": { "description": "Indicating whether this certificate is used for server-auth, client-auth or both.", "items": { "$ref": "CertificateUsageType }, "readonly": true, "required": true, "title": "Extended Key Usage", "type": "array" }, "node_type": { "description": "List of types of node this certificate applies to.", "items": { "$ref": "NodeType }, "readonly": true, "required": true, "title": "Node Type", "type": "array" }, "profile_name": { "readonly": true, "required": true, "title": "Certificate Profile Name", "type": "string" }, "service_type": { "$ref": "ServiceType, "readonly": true, "required": true, "title": "Unique Service Type" }, "unique_use": { "description": "True if the certificate used for this service-type cannot be used anywhere else.", "readonly": true, "required": true, "title": "Unique Use", "type": "boolean" } }, "type": "object" }