mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
84 lines
2.5 KiB
Text
84 lines
2.5 KiB
Text
NAME
|
|
gcloud alpha compute security-policies - read and manipulate Cloud Armor
|
|
security policies
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute security-policies GROUP | COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Read and manipulate Cloud Armor security policies.
|
|
|
|
Security policies are used to control access to Google Cloud HTTP/HTTPS
|
|
load balancers.
|
|
|
|
For more information about security policies, see Security policies for
|
|
HTTPS load balancing
|
|
(https://cloud.google.com/armor/docs/security-policy-concepts#security_policies_for_https_load_balancing).
|
|
|
|
See also: Security policies API
|
|
(https://cloud.google.com/compute/docs/reference/rest/v1/securityPolicies).
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
rules
|
|
(ALPHA) Read and manipulate Compute Engine security policies rules.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-layer7-ddos-defense-threshold-config
|
|
(ALPHA) Add a layer7 ddos defense threshold config to a Compute Engine
|
|
security policy.
|
|
|
|
add-user-defined-field
|
|
(ALPHA) Add a user defined field to a Compute Engine security policy.
|
|
|
|
create
|
|
(ALPHA) Create a Compute Engine security policy.
|
|
|
|
delete
|
|
(ALPHA) Delete security policies.
|
|
|
|
describe
|
|
(ALPHA) Describe a Compute Engine security policy.
|
|
|
|
export
|
|
(ALPHA) Export security policy configs into YAML or JSON files.
|
|
|
|
import
|
|
(ALPHA) Import security policy configs into your project.
|
|
|
|
list
|
|
(ALPHA) List Google Compute Engine security policies.
|
|
|
|
list-preconfigured-expression-sets
|
|
(ALPHA) List all available preconfigured expression sets.
|
|
|
|
remove-layer7-ddos-defense-threshold-config
|
|
(ALPHA) Remove a layer7 ddos defense threshold config from a Compute
|
|
Engine security policy.
|
|
|
|
remove-user-defined-field
|
|
(ALPHA) Remove a user defined field from a Compute Engine security
|
|
policy.
|
|
|
|
update
|
|
(ALPHA) Update a Compute Engine security policy.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. These variants are also available:
|
|
|
|
$ gcloud compute security-policies
|
|
|
|
$ gcloud beta compute security-policies
|
|
|