View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest (google_api_chrome_policy v0.5.1)
Request message for modifying multiple policy values for a specific target.
Attributes
-
requests(type:list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ModifyOrgUnitPolicyRequest.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.targetResourcevalues must point to an org unit resource. 3. AllpolicyTargetKeyvalues must have the same key names in theadditionalTargetKeys. This also means if one of the targets has an emptyadditionalTargetKeysmap, all of the targets must have an emptyadditionalTargetKeysmap. 4. No two modification requests can reference the samepolicySchema+policyTargetKeypair.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest{ requests: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ModifyOrgUnitPolicyRequest.t() ] | nil }