mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Thu Jun 15 10:31:27 UTC 2023
This commit is contained in:
parent
435c9359b5
commit
2102dc5511
223 changed files with 8143 additions and 443 deletions
|
|
@ -30,6 +30,8 @@ SYNOPSIS
|
|||
[--exceed-redirect-type=EXCEED_REDIRECT_TYPE] [--preview]
|
||||
[--rate-limit-threshold-count=RATE_LIMIT_THRESHOLD_COUNT]
|
||||
[--rate-limit-threshold-interval-sec=RATE_LIMIT_THRESHOLD_INTERVAL_SEC]
|
||||
[--recaptcha-action-site-keys=[SITE_KEY,...]]
|
||||
[--recaptcha-session-site-keys=[SITE_KEY,...]]
|
||||
[--redirect-target=REDIRECT_TARGET] [--redirect-type=REDIRECT_TYPE]
|
||||
[--region=REGION]
|
||||
[--request-headers-to-add=[REQUEST_HEADERS_TO_ADD,...]]
|
||||
|
|
@ -250,6 +252,18 @@ OPTIONAL FLAGS
|
|||
Interval over which the threshold for rate limiting requests is
|
||||
computed.
|
||||
|
||||
--recaptcha-action-site-keys=[SITE_KEY,...]
|
||||
A comma-separated list of site keys to be used during the validation of
|
||||
reCAPTCHA action-tokens. The provided site keys need to be created from
|
||||
the reCAPTCHA API under the same project where the security policy is
|
||||
created.
|
||||
|
||||
--recaptcha-session-site-keys=[SITE_KEY,...]
|
||||
A comma-separated list of site keys to be used during the validation of
|
||||
reCAPTCHA session-tokens. The provided site keys need to be created
|
||||
from the reCAPTCHA API under the same project where the security policy
|
||||
is created.
|
||||
|
||||
--redirect-target=REDIRECT_TARGET
|
||||
URL target for the redirect action. Must be specified if the redirect
|
||||
type is external-302. Cannot be specified if the redirect type is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue