mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -3,9 +3,10 @@ NAME
|
|||
Command Center IaC validation reports for an organization
|
||||
|
||||
SYNOPSIS
|
||||
gcloud scc iac-validation-reports list PARENT [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud scc iac-validation-reports list
|
||||
([PARENT] --location=LOCATION --organization=ORGANIZATION)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Lists all the Cloud Security Command Center (SCC) IaC validation reports
|
||||
|
|
@ -18,10 +19,32 @@ EXAMPLES
|
|||
$ gcloud scc iac-validation-reports list \
|
||||
organizations/123/locations/global/reports
|
||||
|
||||
Or using flags:
|
||||
|
||||
$ gcloud scc iac-validation-reports list --organization=123 \
|
||||
--location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
PARENT
|
||||
Parent of IaC validation reports. Formatted as
|
||||
organizations/<organizationID>/locations/<location>/reports.
|
||||
Exactly one of these must be specified:
|
||||
|
||||
[PARENT]
|
||||
Parent of the IaC validation reports or fully qualified identifier
|
||||
for the IaC validation reports.
|
||||
|
||||
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
|
||||
|
|
@ -58,8 +81,9 @@ GCLOUD WIDE FLAGS
|
|||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the securityposture/v1 API. The full documentation for
|
||||
this API can be found at: https://cloud.google.com/security-command-center
|
||||
This command uses the securityposture/v1 API. For more information, see
|
||||
Security Command Center API.
|
||||
(https://cloud.google.com/security-command-center)
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
|
|
|||
|
|
@ -62,6 +62,16 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
◆ cloud-run-threat-detection (can be abbreviated as crtd)
|
||||
|
||||
◆ vm-manager (can be abbreviated as vmm)
|
||||
|
||||
◆ ec2-vulnerability-assessment (can be abbreviated as ec2-va)
|
||||
|
||||
◆ gce-vulnerability-assessment (can be abbreviated as gce-va)
|
||||
|
||||
◆ azure-vulnerability-assessment (can be abbreviated as azure-va)
|
||||
|
||||
◆ notebook-security-scanner (can be abbreviated as nss)
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,16 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
◆ cloud-run-threat-detection (can be abbreviated as crtd)
|
||||
|
||||
◆ vm-manager (can be abbreviated as vmm)
|
||||
|
||||
◆ ec2-vulnerability-assessment (can be abbreviated as ec2-va)
|
||||
|
||||
◆ gce-vulnerability-assessment (can be abbreviated as gce-va)
|
||||
|
||||
◆ azure-vulnerability-assessment (can be abbreviated as azure-va)
|
||||
|
||||
◆ notebook-security-scanner (can be abbreviated as nss)
|
||||
|
||||
REQUIRED FLAGS
|
||||
At least one of these must be specified:
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,10 @@ NAME
|
|||
Security Command Center posture deployments
|
||||
|
||||
SYNOPSIS
|
||||
gcloud scc posture-deployments list PARENT [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud scc posture-deployments 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,11 +19,30 @@ EXAMPLES
|
|||
$ gcloud scc posture-deployments list \
|
||||
organizations/123/locations/global
|
||||
|
||||
$ gcloud scc posture-deployments list --organization=123 \
|
||||
--location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
PARENT
|
||||
Organization for listing the Cloud Security Command Center posture
|
||||
deployments available at the organization level. Formatted as
|
||||
organizations/<organizationID>/locations/<location>.
|
||||
Exactly one of these must be specified:
|
||||
|
||||
[PARENT]
|
||||
Parent of Cloud Security Command Center posture deployments.
|
||||
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
|
||||
|
|
|
|||
|
|
@ -13,16 +13,15 @@ DESCRIPTION
|
|||
|
||||
EXAMPLES
|
||||
To list Cloud Security Command Center posture templates for organization
|
||||
123, run:
|
||||
123 and in the global location, run:
|
||||
|
||||
$ gcloud scc posture-templates list \
|
||||
organizations/123/locations/global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
PARENT
|
||||
Organization for listing the Cloud Security Command Center posture
|
||||
templates available at the organization level. Formatted as
|
||||
organizations/<organizationID>/locations/<location>.
|
||||
Parent of Cloud Security Command Center posture templates. Formatted as
|
||||
organizations/<organizationID>/locations/<location>
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue