mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
NAME
|
|
gcloud recaptcha firewall-policies reorder - reorder all Firewall Policies
|
|
|
|
SYNOPSIS
|
|
gcloud recaptcha firewall-policies reorder --names=[NAMES,...]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Reorder all reCAPTCHA Firewall Policies.
|
|
|
|
EXAMPLES
|
|
To reorder the list of reCAPTCHA firewall policies, run:
|
|
|
|
$ gcloud recaptcha firewall-policies reorder \
|
|
--names=policy-name,policy-name,policy-name
|
|
|
|
REQUIRED FLAGS
|
|
--names=[NAMES,...]
|
|
Names of all firewall policies in desired order.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
API REFERENCE
|
|
This command uses the recaptchaenterprise/v1 API. The full documentation
|
|
for this API can be found at:
|
|
https://cloud.google.com/recaptcha-enterprise/
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha recaptcha firewall-policies reorder
|
|
|