ClusterProfileCompleteConfigSpec

ClusterProfileCompleteConfigSpec
ClusterProfileCompleteConfigSpec

DataObject completely specifying the configuration of the profile.

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

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