mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Jul 31 09:35:15 UTC 2024
This commit is contained in:
parent
3a4c5997b9
commit
ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha scc postures create
|
||||
(POSTURE : --location=LOCATION --organization=ORGANIZATION)
|
||||
--posture-from-file=POSTURE_FROM_FILE [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
--posture-from-file=PATH_TO_FILE [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a Cloud Security Command Center (SCC) posture. First
|
||||
|
|
@ -59,8 +59,9 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --organization on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--posture-from-file=POSTURE_FROM_FILE
|
||||
YAML file containing the body of the posture to be created.
|
||||
--posture-from-file=PATH_TO_FILE
|
||||
YAML file containing the body of the posture to be created. Use a full
|
||||
or relative path to a local file containing the value of posture.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha scc postures update
|
||||
(POSTURE : --location=LOCATION --organization=ORGANIZATION)
|
||||
--posture-from-file=POSTURE_FROM_FILE --revision-id=REVISION_ID
|
||||
[--async] [--update-mask=UPDATE_MASK] [GCLOUD_WIDE_FLAG ...]
|
||||
--posture-from-file=PATH_TO_FILE --revision-id=REVISION_ID [--async]
|
||||
[--update-mask=UPDATE_MASK] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update a Cloud Security Command Center (SCC) posture.
|
||||
|
|
@ -103,10 +103,11 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --organization on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--posture-from-file=POSTURE_FROM_FILE
|
||||
--posture-from-file=PATH_TO_FILE
|
||||
Path of the file containing the details of the field to be updated.
|
||||
Contents include the name of the posture to be updated and value of the
|
||||
fields to be updated.
|
||||
fields to be updated. Use a full or relative path to a local file
|
||||
containing the value of posture.
|
||||
|
||||
--revision-id=REVISION_ID
|
||||
Revision ID of the posture to be updated. The same revision ID will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue