relatedaccountgroups
Creates, updates, deletes, gets or lists a relatedaccountgroups
resource.
Overview
Name | relatedaccountgroups |
Type | Resource |
Id | google.recaptchaenterprise.relatedaccountgroups |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Required. Identifier. The resource name for the related account group in the format projects/{project}/relatedaccountgroups/{related_account_group} . |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | projectsId | List groups of related accounts. |
SELECT
examples
List groups of related accounts.
SELECT
name
FROM google.recaptchaenterprise.relatedaccountgroups
WHERE projectsId = '{{ projectsId }}';