Show / Hide Table of Contents

Class CustomersResource.PoliciesResource.OrgunitsResource

The "orgunits" collection of methods.

Inheritance
object
CustomersResource.PoliciesResource.OrgunitsResource
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
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource.PoliciesResource.OrgunitsResource

Constructors

OrgunitsResource(IClientService)

Constructs a new resource.

Declaration
public OrgunitsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchInherit(GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest, string)

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.

Declaration
public virtual CustomersResource.PoliciesResource.OrgunitsResource.BatchInheritRequest BatchInherit(GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest body, string customer)
Parameters
Type Name Description
GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest body

The body of the request.

string customer

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

Returns
Type Description
CustomersResource.PoliciesResource.OrgunitsResource.BatchInheritRequest

BatchModify(GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest, string)

Modify multiple policy values that are applied to a specific org unit. 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.

Declaration
public virtual CustomersResource.PoliciesResource.OrgunitsResource.BatchModifyRequest BatchModify(GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest body, string customer)
Parameters
Type Name Description
GoogleChromePolicyVersionsV1BatchModifyOrgUnitPoliciesRequest body

The body of the request.

string customer

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

Returns
Type Description
CustomersResource.PoliciesResource.OrgunitsResource.BatchModifyRequest
In this article
Back to top Generated by DocFX