ComplianceProfile

ComplianceProfile
ComplianceProfile

DataObject contains the verifications that need to be done to make sure the entity is in compliance.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "expression": [
        {
            "_typeName": "string",
            "id": "string",
            "displayName": "string",
            "negated": false
        }
    ],
    "rootExpression": "string"
}
expression
Required

List of expressions that make up the ComplianceChecks.

string
rootExpression
Required

Name of the Expression which is the root of the expression tree.