View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest (google_api_chrome_policy v0.5.1)
Request message for specifying that multiple policy values will be deleted.
Attributes
-
requests
(type:list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest.t)
, default:nil
) - List of policies that will be deleted 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 a group resource. 3. AllpolicyTargetKey
values must have the sameapp_id
key name in theadditionalTargetKeys
. 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.GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest{ requests: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest.t() ] | nil }