View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest (google_api_chrome_policy v0.4.0)
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 therequests
. All requests in the list must follow these restrictions: 1. All schemas in the list must have the same root namespace. 2. AllpolicyTargetKey.targetResource
values must point to an org unit resource. 3. AllpolicyTargetKey
values must have the same key names in theadditionalTargetKeys
. This also means if one of the targets has an emptyadditionalTargetKeys
map, all of the targets must have an emptyadditionalTargetKeys
map. 4. No two modification requests can reference the samepolicySchema
+policyTargetKey
pair.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest{ requests: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.