Class CustomersResource.PoliciesResource.GroupsResource.BatchModifyRequest
Modify multiple policy values that are applied to a specific group. 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
CustomersResource.PoliciesResource.GroupsResource.BatchModifyRequest
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource.PoliciesResource.GroupsResource.BatchModifyRequest : ChromePolicyBaseServiceRequest<GoogleProtobufEmpty>, IClientServiceRequest<GoogleProtobufEmpty>, IClientServiceRequest
Constructors
BatchModifyRequest(IClientService, GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest, string)
Constructs a new BatchModify request.
Declaration
public BatchModifyRequest(IClientService service, GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest body, string customer)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest | body | |
string | customer |
Properties
Customer
ID of the Google Workspace 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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes BatchModify parameter list.
Declaration
protected override void InitParameters()