Method: projects.firewallpolicies.list

Returns the list of all firewall policies that belong to a project.

HTTP request

GET https://recaptchaenterprise.googleapis.com/v1/{parent=projects/*}/firewallpolicies

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the project to list the policies for, in the format projects/{project}.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of policies to return. Default is 10. Max limit is 1000.

pageToken

string

Optional. The nextPageToken value returned from a previous. ListFirewallPoliciesRequest, if any.

Request body

The request body must be empty.

Response body

Response to request to list firewall policies belonging to a key.

If successful, the response body contains data with the following structure:

JSON representation
{
  "firewallPolicies": [
    {
      object (FirewallPolicy)
    }
  ],
  "nextPageToken": string
}
Fields
firewallPolicies[]

object (FirewallPolicy)

Policy details.

nextPageToken

string

Token to retrieve the next page of results. It is set to empty if no policies remain in results.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • recaptchaenterprise.firewallpolicies.list

For more information, see the IAM documentation.