PolicyTargetKey

The key used to identify the target on which the policy will be applied.

JSON representation
{
  "targetResource": string,
  "additionalTargetKeys": {
    string: string,
    ...
  }
}
Fields
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" }.