CertificateProfileListResult

CertificateProfileListResult
CertificateProfileListResult

CertificateProfile query result

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "abort_on_error": false,
            "affected_services": "string",
            "certificate_class": "string",
            "cluster_certificate": false,
            "deprecated_in_version": "string",
            "description": "string",
            "extended_key_usage": [
                "string"
            ],
            "node_type": [
                "string"
            ],
            "processing_order": 0,
            "profile_name": "string",
            "replacement_duration": 0,
            "requires_private_key": false,
            "service_type": "string",
            "summary": "string",
            "unique_use": false
        }
    ]
}