Skip to main content

relatedaccountgroups

Creates, updates, deletes, gets or lists a relatedaccountgroups resource.

Overview

Namerelatedaccountgroups
TypeResource
Idgoogle.recaptchaenterprise.relatedaccountgroups

Fields

NameDatatypeDescription
namestringRequired. Identifier. The resource name for the related account group in the format projects/{project}/relatedaccountgroups/{related_account_group}.

Methods

NameAccessible byRequired ParamsDescription
listSELECTprojectsIdList groups of related accounts.

SELECT examples

List groups of related accounts.

SELECT
name
FROM google.recaptchaenterprise.relatedaccountgroups
WHERE projectsId = '{{ projectsId }}';