Show / Hide Table of Contents

Class CustomersResource.PoliciesResource.OrgunitsResource.BatchInheritRequest

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.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleProtobufEmpty>
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>
CustomersResource.PoliciesResource.OrgunitsResource.BatchInheritRequest
Implements
IClientServiceRequest<GoogleProtobufEmpty>
IClientServiceRequest
Inherited Members
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.Xgafv
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.AccessToken
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.Alt
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.Callback
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.Fields
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.Key
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.OauthToken
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.PrettyPrint
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.QuotaUser
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.UploadType
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.UploadProtocol
ClientServiceRequest<GoogleProtobufEmpty>.Execute()
ClientServiceRequest<GoogleProtobufEmpty>.ExecuteAsStream()
ClientServiceRequest<GoogleProtobufEmpty>.ExecuteAsync()
ClientServiceRequest<GoogleProtobufEmpty>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleProtobufEmpty>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleProtobufEmpty>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleProtobufEmpty>.CreateRequest(bool?)
ClientServiceRequest<GoogleProtobufEmpty>.GenerateRequestUri()
ClientServiceRequest<GoogleProtobufEmpty>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleProtobufEmpty>.ETagAction
ClientServiceRequest<GoogleProtobufEmpty>.ModifyRequest
ClientServiceRequest<GoogleProtobufEmpty>.ValidateParameters
ClientServiceRequest<GoogleProtobufEmpty>.ApiVersion
ClientServiceRequest<GoogleProtobufEmpty>.RequestParameters
ClientServiceRequest<GoogleProtobufEmpty>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.BatchInheritRequest : ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>, IClientServiceRequest<GoogleProtobufEmpty>, IClientServiceRequest

Constructors

BatchInheritRequest(IClientService, GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest, string)

Constructs a new BatchInherit request.

Declaration
public BatchInheritRequest(IClientService service, GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest body, string customer)
Parameters
Type Name Description
IClientService service
GoogleChromePolicyVersionsV1BatchInheritOrgUnitPoliciesRequest body
string customer

Properties

Customer

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

Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleProtobufEmpty>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleProtobufEmpty>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleProtobufEmpty>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleProtobufEmpty>.GetBody()

InitParameters()

Initializes BatchInherit parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX