ComplianceFailure
ComplianceFailure
AllOf
This class requires all of the following:
JSON Example
{
"_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"
}
}
]
}
string
failureType
Required
String uniquely identifying the failure.
message
Required
Message which describes the compliance failures message.key serves as a key to the localized message catalog.
string
expressionName
Optional
Name of the Expression which generated the ComplianceFailure
failureValues
Optional
If complianceStatus is non-compliant, failureValues will contain values of the non-compliant fields on the host and in the profile.