mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
|
|
NAME
|
||
|
|
gcloud alpha compute org-security-policies rules - read and manipulate
|
||
|
|
Compute Engine organization security policy rules
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha compute org-security-policies rules COMMAND
|
||
|
|
[GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) Read and manipulate Compute Engine organization security policy
|
||
|
|
rules.
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
create
|
||
|
|
(ALPHA) Create a Compute Engine security policy rule.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(ALPHA) Delete a Compute Engine organization security policy rule.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(ALPHA) Describe a Compute Engine organization security policy rule.
|
||
|
|
|
||
|
|
update
|
||
|
|
(ALPHA) Update a Compute Engine security policy rule.
|
||
|
|
|
||
|
|
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. This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud beta compute org-security-policies rules
|
||
|
|
|