mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
notification configs
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc notifications list [ORGANIZATION] [--filter=EXPRESSION]
|
||||
gcloud alpha scc notifications list [PARENT] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -11,23 +11,29 @@ DESCRIPTION
|
|||
(ALPHA) List Cloud Security Command Center notification configs.
|
||||
|
||||
EXAMPLES
|
||||
List notification configs from organization 123456
|
||||
List notification configs from organization 123
|
||||
|
||||
$ gcloud alpha scc notifications list 123456
|
||||
$ gcloud alpha scc notifications list 123
|
||||
$ gcloud alpha scc notifications list organizations/123
|
||||
|
||||
$ gcloud alpha scc notifications list organizations/123456
|
||||
List notification configs from folder 456
|
||||
|
||||
$ gcloud alpha scc notifications list folders/456
|
||||
|
||||
List notification configs from project 789
|
||||
|
||||
$ gcloud alpha scc notifications list projects/789
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Organization resource - The organization to be used for the SCC (Security
|
||||
Command Center) command. This represents a Cloud resource.
|
||||
Parent resource - The parent to be used for the SCC (Security Command
|
||||
Center) command. This represents a Cloud resource.
|
||||
|
||||
[ORGANIZATION]
|
||||
ID of the organization or fully qualified identifier for the
|
||||
organization. To set the organization attribute:
|
||||
▸ provide the argument organization on the command line;
|
||||
▸ Set the organization property in configuration using gcloud
|
||||
config set scc/organization if it is not specified in command
|
||||
line..
|
||||
[PARENT]
|
||||
ID of the parent or fully qualified identifier for the parent. To set
|
||||
the organization attribute:
|
||||
▸ provide the argument parent on the command line;
|
||||
▸ Set the parent property in configuration using gcloud config set
|
||||
scc/parent if it is not specified in command line..
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue