mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +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
|
|
@ -9,9 +9,9 @@ SYNOPSIS
|
|||
|
||||
DESCRIPTION
|
||||
Extract a Cloud Security Command Center (SCC) posture from a workload.
|
||||
First argument is the parent of the posture to be created. Second argument
|
||||
is the name of the posture to be created. The workload from where the
|
||||
organization policies need to be extracted is provided via 'workload' flag.
|
||||
First argument is the parent and name of the posture to be created. The
|
||||
workload from where the organization policies need to be extracted is
|
||||
provided via '--workload' flag.
|
||||
|
||||
Extracted posture is returned as the response of the command. LRO operation
|
||||
ID is printed as the standard output.
|
||||
|
|
@ -21,8 +21,9 @@ EXAMPLES
|
|||
organizations/123/locations/global(i.e. a posture in organization 123,
|
||||
location global, with id posture-foo-1) from workload projects/456:
|
||||
|
||||
$ gcloud scc postures extract organizations/123/locations/global \
|
||||
posture-foo-1 --workload=projects/456
|
||||
$ gcloud scc postures extract \
|
||||
organizations/123/locations/global/postures/posture-foo-1 \
|
||||
--workload=projects/456
|
||||
|
||||
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