GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey (google_api_chrome_policy v0.2.0) View Source

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}")

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.