mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Jan 31 10:36:17 UTC 2024
This commit is contained in:
parent
7a546ffea4
commit
fa6c1dc7ec
142 changed files with 1981 additions and 793 deletions
|
|
@ -7,10 +7,10 @@ SYNOPSIS
|
|||
--posture-from-file=POSTURE_FROM_FILE [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a Cloud Security Command Center (SCC) posture. First argument is the
|
||||
parent of the posture to be created. Second argument is the name of the
|
||||
posture to be created. The posture details are provided in YAML file. The
|
||||
file path is mentioned in posture-from-file flag.
|
||||
Create a Cloud Security Command Center (SCC) posture. First argument
|
||||
consists of the parent and name of the posture to be created. The posture
|
||||
details are provided in YAML file. The file path is mentioned in
|
||||
--posture-from-file flag.
|
||||
|
||||
Created posture is returned as the response of the command. LRO operation
|
||||
ID is printed as the standard output.
|
||||
|
|
@ -18,10 +18,11 @@ DESCRIPTION
|
|||
EXAMPLES
|
||||
Create a posture named posture-foo-1 within parent
|
||||
organizations/123/locations/global(i.e. a posture in organization 123,
|
||||
location global, with id posture-foo-1):
|
||||
location global, with ID posture-foo-1):
|
||||
|
||||
$ gcloud scc postures create organizations/123/locations/global \
|
||||
posture-foo-1 --posture-from-file=posture.yaml
|
||||
$ gcloud scc postures create \
|
||||
organizations/123/locations/global/postures/posture-foo-1 \
|
||||
--posture-from-file=posture.yaml
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Posture resource - The name of the posture to be created. For example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue