View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest (google_api_chrome_policy v0.5.1)
Request message for modifying multiple policy values for a specific group-based target.
Attributes
-
requests(type:list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ModifyGroupPolicyRequest.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 a group resource. 3. AllpolicyTargetKeyvalues must have the sameapp_idkey name in theadditionalTargetKeys. 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.GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest{ requests: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ModifyGroupPolicyRequest.t() ] | nil }