ArrayOfComplianceResult

ArrayOfComplianceResult
ArrayOfComplianceResult

A boxed array of ComplianceResult. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "profile": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "complianceStatus": "string",
            "entity": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "checkTime": "string",
            "failure": [
                {
                    "_typeName": "string",
                    "failureType": "string",
                    "message": {
                        "_typeName": "string",
                        "key": "string",
                        "arg": [
                            {
                                "_typeName": "string",
                                "key": "string",
                                "value": {
                                    "_typeName": "string"
                                }
                            }
                        ],
                        "message": "string"
                    },
                    "expressionName": "string",
                    "failureValues": [
                        {
                            "_typeName": "string",
                            "comparisonIdentifier": "string",
                            "profileInstance": "string",
                            "hostValue": {
                                "_typeName": "string"
                            },
                            "profileValue": {
                                "_typeName": "string"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}
_value
Required

_value