mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-23 00:02:45 +00:00
gcloud: Wed Jan 24 10:20:07 UTC 2024
This commit is contained in:
parent
a47e1e835a
commit
7a546ffea4
99 changed files with 2090 additions and 1700 deletions
|
|
@ -3,8 +3,9 @@ NAME
|
|||
posture
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc postures delete POSTURE_NAME [--async] [--etag=ETAG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha scc postures delete
|
||||
(POSTURE : --location=LOCATION --organization=ORGANIZATION) [--async]
|
||||
[--etag=ETAG] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a Cloud Security Command Center (SCC) posture.
|
||||
|
|
@ -31,9 +32,37 @@ EXAMPLES
|
|||
--etag=ABcdO1Rf5clu7Yhlkwgelo7Vl4tiqd7Sy5iI5SdkSVU
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
POSTURE_NAME
|
||||
Relative resource name of the posture, like
|
||||
organizations/<organizationID>/locations/<location>/postures/<postureID>.
|
||||
Posture resource - The posture to delete. For example
|
||||
organizations/<organizationID>/locations/<location>/postures/<postureID>.
|
||||
The arguments in this group can be used to specify the attributes of this
|
||||
resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
POSTURE
|
||||
ID of the posture or fully qualified identifier for the posture.
|
||||
|
||||
To set the posture attribute:
|
||||
▸ provide the argument posture on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location where the resource exists (for example, global).
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument posture on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
ID of the organization which is the parent of the resource.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument posture on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --organization on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
|
|
@ -61,5 +90,7 @@ 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.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud scc postures delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue