AI-generated Key Takeaways
-
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, ... } } |
| Fields | |
|---|---|
targetResource |
The target resource on which this policy is applied. The following resources are supported:
|
additionalTargetKeys |
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 |