Page Summary
-
PolicyTargetKey identifies the target for policy application.
-
It includes
targetResourceto specify organizational units or groups. -
additionalTargetKeysallows for further identification of the target using key-value pairs.
The key used to identify the target on which the policy will be applied.
| JSON representation |
|---|
{ "targetResource" : string , "additionalTargetKeys" : { string : string , ... } } |
targetResource
string
The target resource on which this policy is applied. The following resources are supported:
- Organizational Unit ("orgunits/{orgunit_id}")
- group ("groups/{groupId}")
additionalTargetKeys
map (key: string, value: string)
Map containing the additional target key name and value pairs used to further identify the target of the policy.
An object containing a list of "key": value
pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }
.


