GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest (google_api_chrome_policy v0.2.0) View Source
Request message for modifying multiple policy values for a specific target.
Attributes
-
requests
(type:list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ModifyOrgUnitPolicyRequest.t)
, default:nil
) - List of policies to modify 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.
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.GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest{ requests: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ModifyOrgUnitPolicyRequest.t() ] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.