{
    "$id": "http://redfish.dmtf.org/schemas/v1/CertificateEnrollment.json",
    "$ref": "#/definitions/CertificateEnrollment",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2026 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "CertificateEnrollment": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateEnrollment.v1_0_1.json#/definitions/CertificateEnrollment"
                }
            ],
            "deletable": true,
            "description": "This resource shall represent an automatic certificate enrollment for a Redfish implementation.",
            "insertable": false,
            "longDescription": "The `CertificateEnrollment` schema describes an automatic certificate enrollment for a specific protocol such as ACME (Automatic Certificate Management Environment) or SCEP (Simple Certificate Enrollment Protocol).",
            "updatable": true,
            "uris": [
                "/redfish/v1/CertificateService/CertificateEnrollments/{CertificateEnrollmentId}"
            ]
        },
        "EnrollmentProtocolType": {
            "enum": [
                "ACME",
                "SCEP",
                "OEM"
            ],
            "enumDescriptions": {
                "ACME": "Automatic Certificate Management Environment (ACME) protocol.",
                "OEM": "OEM enrollment protocol.",
                "SCEP": "Simple Certificate Enrollment Protocol (SCEP)."
            },
            "enumLongDescriptions": {
                "ACME": "This value shall indicate the enrollment uses the Automatic Certificate Management Environment (ACME) protocol as defined by RFC8555.",
                "OEM": "This value shall indicate the OEM enrollment protocol type.",
                "SCEP": "This value shall indicate the enrollment uses the Simple Certificate Enrollment Protocol (SCEP) protocol as defined by RFC8894."
            },
            "type": "string"
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#CertificateEnrollment.CertificateEnrollment"
}