mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -13,6 +13,17 @@ DESCRIPTION
|
|||
security policies. A security policy policy is a set of rules that controls
|
||||
access to various resources.
|
||||
|
||||
EXAMPLES
|
||||
To create a security policy with a given type and description, run:
|
||||
|
||||
$ gcloud alpha compute security-policies create my-policy \
|
||||
--type=CLOUD_ARMOR_EDGE --description="policy description"
|
||||
|
||||
To create a security from an input file, run:
|
||||
|
||||
$ gcloud alpha compute security-policies create my-policy \
|
||||
--file-name=my-file-name
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the security policy to create.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue