1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Feb 29 10:17:22 UTC 2024

This commit is contained in:
Automated 2024-02-29 10:17:22 +00:00
parent 8778dcbd7e
commit 37dd57701a
203 changed files with 3473 additions and 5938 deletions

View file

@ -1,14 +1,19 @@
NAME
gcloud scc notifications list - list Cloud Security Command Center
notification configs
gcloud scc notifications list - list Security Command Center notification
configs
SYNOPSIS
gcloud scc notifications list [PARENT] [--filter=EXPRESSION]
gcloud scc notifications list [PARENT]
[--location=LOCATION; default="global"] [--filter=EXPRESSION]
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List Cloud Security Command Center notification configs.
List Security Command Center notification configs.
Notification Configs that are created with Security Command Center API V2
and later include a `location` attribute. Include the `--location` flag to
list Notification Configs with `location` attribute other than `global`.
EXAMPLES
List notification configs from organization 123
@ -24,6 +29,12 @@ EXAMPLES
$ gcloud scc notifications list projects/789
List notification configs from organization 123 and location=eu
$ gcloud scc notifications list 123 --location=eu
$ gcloud scc notifications list organizations/123 \
--location=locations/eu
POSITIONAL ARGUMENTS
Parent resource - parent organization, folder, or project in the Google
Cloud resource hierarchy to be used for the gcloud scc command. Specify
@ -38,6 +49,18 @@ POSITIONAL ARGUMENTS
▸ Set the parent property in configuration using gcloud config set
scc/parent if it is not specified in command line.
FLAGS
--location=LOCATION; default="global"
When data residency controls are enabled, this attribute specifies the
location in which the resource is located and applicable. The location
attribute can be provided as part of the fully specified resource name
or with the --location argument on the command line. The default
location is global.
The default location on this command is unrelated to the default
location that is specified when data residency controls are enabled for
Security Command Center.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
@ -73,8 +96,9 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
API REFERENCE
This command uses the securitycenter/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/security-command-center
This command uses the Security Command Center API. For more information,
see Security Command Center API.
(https://cloud.google.com/security-command-center/docs/reference/rest)
NOTES
These variants are also available: