Reorders all firewall policies.
HTTP request
POST https://recaptchaenterprise.googleapis.com/v1/{parent=projects/*}/firewallpolicies:reorder
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the project to list the policies for, in the format |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "names": [ string ] } |
Fields | |
---|---|
names[] |
Required. A list containing all policy names, in the new order. Each name is in the format |
Response body
If successful, the response body is empty.
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.update
For more information, see the IAM documentation.