Method: customers.policies.orgunits.batchInherit

Modify multiple policy values that are applied to a specific org unit so that they now inherit the value from a parent (if applicable). All targets must have the same target format. That is to say that they must point to the same target resource and must have the same keys specified in additionalTargetKeyNames, though the values for those keys may be different. On failure the request will return the error details as part of the google.rpc.Status.

HTTP request

POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/orgunits:batchInherit

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customer

string

ID of the G Suite account or literal "my_customer" for the customer associated to the request.

Request body

The request body contains data with the following structure:

JSON representation
{
  "requests": [
    {
      object (InheritOrgUnitPolicyRequest)
    }
  ]
}
Fields
requests[]

object (InheritOrgUnitPolicyRequest)

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.

Response body

If successful, the response body is empty.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/chrome.management.policy

InheritOrgUnitPolicyRequest

Request parameters for inheriting policy value of a specific org unit target from the policy value of its parent org unit.

JSON representation
{
  "policyTargetKey": {
    object (PolicyTargetKey)
  },
  "policySchema": string
}
Fields
policyTargetKey

object (PolicyTargetKey)

Required. The key of the target for which we want to modify a policy. The target resource must point to an Org Unit.

policySchema

string

The fully qualified name of the policy schema that is being inherited.