class Google::Apis::ChromepolicyV1::GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest

Request message for specifying that multiple policy values inherit their value from their parents.

Attributes

requests[RW]

List of policies that have to inherit their values 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. Corresponds to the JSON property `requests` @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyV1InheritOrgUnitPolicyRequest>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/chromepolicy_v1/classes.rb, line 69
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/chromepolicy_v1/classes.rb, line 74
def update!(**args)
  @requests = args[:requests] if args.key?(:requests)
end