View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest (google_api_chrome_policy v0.5.1)

Request message for specifying that multiple policy values inherit their value from their parents.

Attributes

  • requests (type: list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest.t), default: nil) - List of policies that have to inherit their values as defined by the requests. All requests in the list must follow these restrictions: 1. All schemas in the list must have the same root namespace. 2. All policyTargetKey.targetResource values must point to an org unit resource. 3. All policyTargetKey values must have the same key names in the additionalTargetKeys. This also means if one of the targets has an empty additionalTargetKeys map, all of the targets must have an empty additionalTargetKeys map. 4. No two modification requests can reference the same policySchema + policyTargetKey pair.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest{
    requests:
      [
        GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.