AI-generated Key Takeaways
-
PolicyTargetKey identifies the target for policy application.
-
It includes
targetResource
to specify organizational units or groups. -
additionalTargetKeys
allows 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 |