mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -11,8 +11,10 @@ SYNOPSIS
|
|||
| [--web (--allow-all-domains | --domains=[DOMAINS,...])
|
||||
: --allow-amp-traffic --integration-type=INTEGRATION_TYPE
|
||||
--security-preference=SECURITY_PREFERENCE
|
||||
--testing-challenge=TESTING_CHALLENGE]) [--labels=[KEY=VALUE,...]]
|
||||
[--testing-score=TESTING_SCORE]
|
||||
--testing-challenge=TESTING_CHALLENGE
|
||||
[--default-score-threshold=DEFAULT_SCORE_THRESHOLD
|
||||
: --action-score-thresholds=[ACTION_SCORE_THRESHOLDS,...]]])
|
||||
[--labels=[KEY=VALUE,...]] [--testing-score=TESTING_SCORE]
|
||||
[--waf-service=WAF_SERVICE : --waf-feature=WAF_FEATURE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -132,14 +134,12 @@ REQUIRED FLAGS
|
|||
Does not display the "I'm not a robot" checkbox, but may show
|
||||
CAPTCHA challenges after risk analysis
|
||||
|
||||
policy-based-challenge
|
||||
Conditionally displays a challenge based on the score
|
||||
|
||||
score
|
||||
Shows no CAPTCHA challenge on the page
|
||||
|
||||
score-and-challenge
|
||||
Conditionally displays a challenge based on the score. This is
|
||||
in private preview. If you want to onboard, contact your Google
|
||||
Cloud sales representative.
|
||||
|
||||
--security-preference=SECURITY_PREFERENCE
|
||||
Represents the possible challenge frequency and difficulty
|
||||
configurations for a web key. usability: show fewer and easier
|
||||
|
|
@ -174,6 +174,42 @@ REQUIRED FLAGS
|
|||
|
||||
Examples of valid domains: 'example.com' 'subdomain.example.com'
|
||||
|
||||
Configure if you want to use the POLICY_BASED_CHALLENGE option.
|
||||
|
||||
--default-score-threshold=DEFAULT_SCORE_THRESHOLD
|
||||
The global threshold to be used for POLICY_BASED_CHALLENGE if no
|
||||
action specific one exists.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--action-score-thresholds=[ACTION_SCORE_THRESHOLDS,...]
|
||||
The action to score threshold used for POLICY_BASED_CHALLENGE.
|
||||
For example: --action-score-thresholds=login='{"scoreThreshold":
|
||||
"0.3"}',signup='{"scoreThreshold": "0.1"}' or
|
||||
--action-score-thresholds=file_path.(json|yaml).
|
||||
|
||||
KEY
|
||||
Sets KEY value.
|
||||
|
||||
VALUE
|
||||
Sets VALUE value.
|
||||
|
||||
scoreThreshold
|
||||
Sets scoreThreshold value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
--action-score-thresholds=string={scoreThreshold=float}
|
||||
|
||||
JSON Example:
|
||||
|
||||
--action-score-thresholds='{"string": {"scoreThreshold": float}}'
|
||||
|
||||
File Example:
|
||||
|
||||
--action-score-thresholds=path_to_file.(yaml|json)
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,9 @@ SYNOPSIS
|
|||
| [--ios : --allow-all-bundle-ids | --bundle-ids=[BUNDLE_IDS,...]
|
||||
--key-id=KEY_ID --private-key-file=PATH_TO_FILE --team-id=TEAM_ID]
|
||||
| [--web : --allow-amp-traffic
|
||||
--security-preference=SECURITY_PREFERENCE --allow-all-domains
|
||||
--security-preference=SECURITY_PREFERENCE
|
||||
--action-score-thresholds=[ACTION_SCORE_THRESHOLDS,...]
|
||||
--default-score-threshold=DEFAULT_SCORE_THRESHOLD --allow-all-domains
|
||||
| --domains=[DOMAINS,...]]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -138,6 +140,39 @@ FLAGS
|
|||
SECURITY_PREFERENCE must be one of: balance,
|
||||
challenge-security-preference-unspecified, security, usability.
|
||||
|
||||
Configure if you want to use the POLICY_BASED_CHALLENGE option.
|
||||
|
||||
--action-score-thresholds=[ACTION_SCORE_THRESHOLDS,...]
|
||||
The action to score threshold used for POLICY_BASED_CHALLENGE.
|
||||
For example: --action-score-thresholds=login='{"scoreThreshold":
|
||||
"0.3"}',signup='{"scoreThreshold": "0.1"}' or
|
||||
--action-score-thresholds=file_path.(json|yaml).
|
||||
|
||||
KEY
|
||||
Sets KEY value.
|
||||
|
||||
VALUE
|
||||
Sets VALUE value.
|
||||
|
||||
scoreThreshold
|
||||
Sets scoreThreshold value.
|
||||
|
||||
Shorthand Example:
|
||||
|
||||
--action-score-thresholds=string={scoreThreshold=float}
|
||||
|
||||
JSON Example:
|
||||
|
||||
--action-score-thresholds='{"string": {"scoreThreshold": float}}'
|
||||
|
||||
File Example:
|
||||
|
||||
--action-score-thresholds=path_to_file.(yaml|json)
|
||||
|
||||
--default-score-threshold=DEFAULT_SCORE_THRESHOLD
|
||||
The global threshold to be used for POLICY_BASED_CHALLENGE if no
|
||||
action specific one exists.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--allow-all-domains
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue