Show / Hide Table of Contents

Class GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest

Request message for modifying multiple policy values for a specific target.

Inheritance
object
GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Requests

List of policies to modify 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 an org unit resource. 3. All policyTargetKey values must have the same key names in the additionalTargetKeys. This also means if one of the targets has an empty additionalTargetKeys map, all of the targets must have an empty additionalTargetKeys map. 4. No two modification requests can reference the same policySchema + policyTargetKey pair.

Declaration
[JsonProperty("requests")]
public virtual IList<GoogleChromePolicyVersionsV1ModifyOrgUnitPolicyRequest> Requests { get; set; }
Property Value
Type Description
IList<GoogleChromePolicyVersionsV1ModifyOrgUnitPolicyRequest>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX