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:
parent
8778dcbd7e
commit
37dd57701a
203 changed files with 3473 additions and 5938 deletions
|
|
@ -1,14 +1,19 @@
|
|||
NAME
|
||||
gcloud alpha scc notifications list - list Cloud Security Command Center
|
||||
gcloud alpha scc notifications list - list Security Command Center
|
||||
notification configs
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc notifications list [PARENT] [--filter=EXPRESSION]
|
||||
gcloud alpha scc notifications list [PARENT]
|
||||
[--location=LOCATION; default="global"] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List Cloud Security Command Center notification configs.
|
||||
(ALPHA) 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 alpha scc notifications list projects/789
|
||||
|
||||
List notification configs from organization 123 and location=eu
|
||||
|
||||
$ gcloud alpha scc notifications list 123 --location=eu
|
||||
$ gcloud alpha 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
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue