Class GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest
Request message for specifying that multiple policy values will be deleted.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Requests
List of policies that will be deleted as defined by the requests. All requests in the list must follow
these restrictions: 1. All schemas in the list must have the same root namespace. 2. All
policyTargetKey.targetResource values must point to a group resource. 3. All policyTargetKey values must
have the same app_id key name in the additionalTargetKeys. 4. No two modification requests can reference
the same policySchema + policyTargetKey pair.
Declaration
[JsonProperty("requests")]
public virtual IList<GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest> Requests { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest> |