CustomersPoliciesGroups
class CustomersPoliciesGroups extends Resource (View source)
The "groups" collection of methods.
Typical usage is:
$chromepolicyService = new Google\Service\ChromePolicy(...);
$groups = $chromepolicyService->customers_policies_groups;
Methods
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. (groups.batchDelete)
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. (groups.batchModify)
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.
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.
Details
GoogleProtobufEmpty
batchDelete(string $customer, GoogleChromePolicyVersionsV1BatchDeleteGroupPoliciesRequest $postBody, array $optParams = [])
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. (groups.batchDelete)
GoogleProtobufEmpty
batchModify(string $customer, GoogleChromePolicyVersionsV1BatchModifyGroupPoliciesRequest $postBody, array $optParams = [])
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. (groups.batchModify)
GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse
listGroupPriorityOrdering(string $customer, GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest $postBody, array $optParams = [])
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.
(groups.listGroupPriorityOrdering)
GoogleProtobufEmpty
updateGroupPriorityOrdering(string $customer, GoogleChromePolicyVersionsV1UpdateGroupPriorityOrderingRequest $postBody, array $optParams = [])
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.
(groups.updateGroupPriorityOrdering)