mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Oct 11 10:37:28 UTC 2023
This commit is contained in:
parent
9641ff6585
commit
c30bb7b4ce
137 changed files with 3139 additions and 267 deletions
|
|
@ -6,13 +6,13 @@ SYNOPSIS
|
|||
gcloud alpha scc posture-deployments create POSTURE_DEPLOYMENT_PARENT
|
||||
POSTURE_DEPLOYMENT_ID --posture-name=POSTURE_NAME
|
||||
--posture-revision-id=POSTURE_REVISION_ID
|
||||
--target-resource=TARGET_RESOURCE [--description=DESCRIPTION]
|
||||
--target-resource=TARGET_RESOURCE [--async] [--description=DESCRIPTION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a Cloud Security Command Center (SCC) posture deployment.
|
||||
First argument is the parent of the posture-deployment to be created.
|
||||
Second argument is the name of the posture-deployment to be created. It is
|
||||
First argument is the parent of the posture deployment to be created.
|
||||
Second argument is the name of the posture deployment to be created. It is
|
||||
followed by details of the posture to be deployed and the target_resource
|
||||
to be deployed on.
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ POSITIONAL ARGUMENTS
|
|||
be created. Format: organizations/<organizationID>/locations/<location>
|
||||
|
||||
POSTURE_DEPLOYMENT_ID
|
||||
Name of the posture-deployment to be created. It has to be unique for
|
||||
Name of the posture deployment to be created. It has to be unique for
|
||||
an organization.
|
||||
|
||||
REQUIRED FLAGS
|
||||
|
|
@ -43,8 +43,12 @@ REQUIRED FLAGS
|
|||
format.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--description=DESCRIPTION
|
||||
User provided description of the posture-deployment.
|
||||
User-provided description of the posture deployment.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue