View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey (google_api_chrome_policy v0.5.0)

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

Attributes

  • additionalTargetKeys (type: map(), default: nil) - Map containing the additional target key name and value pairs used to further identify the target of the policy.
  • targetResource (type: String.t, default: nil) - The target resource on which this policy is applied. The following resources are supported: Organizational Unit ("orgunits/{orgunit_id}") Group ("groups/{group_id}")

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey{
    additionalTargetKeys: map() | nil,
    targetResource: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.