ComplianceLocator
ComplianceLocator
This dataObject contains information about location of applyProfile which was responsible for generation of a particular ComplianceExpression.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"expressionName": "string",
"applyPath": {
"_typeName": "string",
"profilePath": "string",
"policyId": "string",
"parameterId": "string",
"policyOptionId": "string"
}
}
string
expressionName
Required
Exression for which the Locator corresponds to
applyPath
Required
Complete path to the profile/policy which was responsible for the generation of the ComplianceExpression.
[ProfilePath + policyId] will uniquely identify a Policy.