class ProjectsRelatedaccountgroupmemberships extends Resource (View source)

The "relatedaccountgroupmemberships" collection of methods.

Typical usage is:

 $recaptchaenterpriseService = new Google\Service\RecaptchaEnterprise(...);
 $relatedaccountgroupmemberships = $recaptchaenterpriseService->projects_relatedaccountgroupmemberships;

Methods

search(string $project, GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest $postBody, array $optParams = [])

Search group memberships related to a given account.

Details

Search group memberships related to a given account.

(relatedaccountgroupmemberships.search)

Parameters

string $project

Required. The name of the project to search related account group memberships from. Specify the project name in the following format: projects/{project}.

GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsResponse

Exceptions

Exception