get https://{host}/riskmodeler/v1/policies//policycondition//locationconditions
Returns a location condition assigned to the specified policy.
A location condition maps a policy condition to a location. Once applied to a location, the policy condition determines whether the location is subject to the terms of a particular policy.
The location condition is defined by three attributes:
- The
locationId
attribute specifies the ID of a location. - The
conditionId
attribute specifies the ID of a policy condition. - The
isIncluded
attribute specifies 1) whether the policy condition applies to the location (Included
orNotIncluded
) or whether the condition is applied to the location based on criteria or user input (UserIncluded
).