ComplianceLocator
This dataObject contains information about location of applyProfile which was responsible for generation of a particular ComplianceExpression.
{
"_typeName": "string",
"expressionName": "string",
"applyPath": {
"_typeName": "string",
"profilePath": "string",
"policyId": "string",
"parameterId": "string",
"policyOptionId": "string"
}
}
Exression for which the Locator corresponds to
The ProfilePropertyPath data object represents the path to a profile, policy option, or specific parameter.
If profilePath
, policyId
, and parameterId
are all specified, the combination of the three identifies a particular parameter. If only profilePath
and policyId
are specified, the combination identifies a specific profile policy option. If just the profilePath
is specified, the data object identifies a profile instance.