Class CustomersResource.PoliciesResource.GroupsResource
The "groups" collection of methods.
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource.PoliciesResource.GroupsResource
Constructors
GroupsResource(IClientService)
Constructs a new resource.
Declaration
public GroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
BatchDelete(GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest, string)
Delete 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.
Declaration
public virtual CustomersResource.PoliciesResource.GroupsResource.BatchDeleteRequest BatchDelete(GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest body, string customer)
Parameters
Type | Name | Description |
---|---|---|
GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest | body | The body of the request. |
string | customer | ID of the Google Workspace account or literal "my_customer" for the customer associated to the request. |
Returns
Type | Description |
---|---|
CustomersResource.PoliciesResource.GroupsResource.BatchDeleteRequest |
BatchModify(GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest, string)
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.
Declaration
public virtual CustomersResource.PoliciesResource.GroupsResource.BatchModifyRequest BatchModify(GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest body, string customer)
Parameters
Type | Name | Description |
---|---|---|
GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest | body | The body of the request. |
string | customer | ID of the Google Workspace account or literal "my_customer" for the customer associated to the request. |
Returns
Type | Description |
---|---|
CustomersResource.PoliciesResource.GroupsResource.BatchModifyRequest |
ListGroupPriorityOrdering(GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest, string)
Retrieve a group priority ordering for an app. The target app must be supplied in
additionalTargetKeyNames
in the PolicyTargetKey. On failure the request will return the error
details as part of the google.rpc.Status.
Declaration
public virtual CustomersResource.PoliciesResource.GroupsResource.ListGroupPriorityOrderingRequest ListGroupPriorityOrdering(GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest body, string customer)
Parameters
Type | Name | Description |
---|---|---|
GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest | body | The body of the request. |
string | customer | Required. ID of the Google Workspace account or literal "my_customer" for the customer associated to the request. |
Returns
Type | Description |
---|---|
CustomersResource.PoliciesResource.GroupsResource.ListGroupPriorityOrderingRequest |
UpdateGroupPriorityOrdering(GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest, string)
Update a group priority ordering for an app. The target app must be supplied in
additionalTargetKeyNames
in the PolicyTargetKey. On failure the request will return the error
details as part of the google.rpc.Status.
Declaration
public virtual CustomersResource.PoliciesResource.GroupsResource.UpdateGroupPriorityOrderingRequest UpdateGroupPriorityOrdering(GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest body, string customer)
Parameters
Type | Name | Description |
---|---|---|
GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest | body | The body of the request. |
string | customer | Required. ID of the Google Workspace account or literal "my_customer" for the customer associated to the request. |
Returns
Type | Description |
---|---|
CustomersResource.PoliciesResource.GroupsResource.UpdateGroupPriorityOrderingRequest |