mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -28,7 +28,7 @@ COMMANDS
|
|||
Extract a Cloud Security Command Center (SCC) posture from a workload.
|
||||
|
||||
list
|
||||
Lists all the Cloud Security Command Center (SCC) postures for an
|
||||
Lists all the Cloud Security Command Center postures for an
|
||||
organization.
|
||||
|
||||
list-revisions
|
||||
|
|
|
|||
|
|
@ -3,23 +3,43 @@ NAME
|
|||
postures for an organization
|
||||
|
||||
SYNOPSIS
|
||||
gcloud scc postures list PARENT [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud scc postures list
|
||||
([PARENT] --location=LOCATION --organization=ORGANIZATION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Lists all Cloud Security Command Center (SCC) postures for an organization.
|
||||
For a posture with multiple revisions, only the latest updated revision of
|
||||
the posture is returned in the output.
|
||||
Lists all the Cloud Security Command Center postures for an organization.
|
||||
|
||||
EXAMPLES
|
||||
List all postures in organization 123, location global.
|
||||
To list all the Cloud Security Command Center postures for an organization
|
||||
123 and in the global location, run:
|
||||
|
||||
$ gcloud scc postures list organizations/123/locations/global
|
||||
|
||||
$ gcloud scc postures list --organization=123 --location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
PARENT
|
||||
Resource name of the parent, like organizations/<organizationID> or
|
||||
organizations/<organizationID>/locations/<location>.
|
||||
Exactly one of these must be specified:
|
||||
|
||||
[PARENT]
|
||||
Parent the Cloud Security Command Center postures belongs to.
|
||||
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