mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 2 11:05:25 UTC 2025
This commit is contained in:
parent
f645b4c02d
commit
e53f7148d8
197 changed files with 6280 additions and 495 deletions
|
|
@ -3,9 +3,10 @@ NAME
|
|||
Command Center posture templates
|
||||
|
||||
SYNOPSIS
|
||||
gcloud scc posture-templates list PARENT [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud scc posture-templates list
|
||||
([PARENT] --location=LOCATION --organization=ORGANIZATION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List the details of the Cloud Security Command Center (SCC) posture
|
||||
|
|
@ -18,10 +19,30 @@ EXAMPLES
|
|||
$ gcloud scc posture-templates list \
|
||||
organizations/123/locations/global
|
||||
|
||||
$ gcloud scc posture-templates list --organization=123 \
|
||||
--location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
PARENT
|
||||
Parent of Cloud Security Command Center posture templates. Formatted as
|
||||
organizations/<organizationID>/locations/<location>
|
||||
Exactly one of these must be specified:
|
||||
|
||||
[PARENT]
|
||||
Parent of Cloud Security Command Center posture templates. Formatted
|
||||
as organizations/<organizationID>/locations/<location>.
|
||||
|
||||
Specify organization and location using flags.
|
||||
|
||||
--location=LOCATION
|
||||
When data residency controls are enabled, this attribute specifies
|
||||
the location in which the resource is located and applicable.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
The organization ID (e.g., 123) that contains the resource.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue