mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Oct 26 10:52:11 UTC 2022
This commit is contained in:
parent
5c08d21169
commit
235c67283b
215 changed files with 6787 additions and 1005 deletions
|
|
@ -4,19 +4,33 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc notifications describe NOTIFICATION_CONFIG_ID
|
||||
[--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a Cloud Security Command Center notification config.
|
||||
|
||||
EXAMPLES
|
||||
Describe notification config 'my-config' from organization 123456
|
||||
Describe notification config 'my-config' from organization 123
|
||||
|
||||
$ gcloud alpha scc notifications describe my-config \
|
||||
--organization=123456
|
||||
$ gcloud alpha scc notifications describe notifications describe \
|
||||
my-config --organization=123
|
||||
$ gcloud alpha scc notifications describe notifications describe \
|
||||
organizations/123/notificationConfigs/my-config
|
||||
|
||||
$ gcloud alpha scc notifications describe \
|
||||
organizations/123456/notificationConfigs/my-config
|
||||
Describe notification config 'my-config' from folder 456
|
||||
|
||||
$ gcloud alpha scc notifications describe notifications describe \
|
||||
my-config --folder=456
|
||||
$ gcloud alpha scc notifications describe notifications describe \
|
||||
folders/456/notificationConfigs/my-config
|
||||
|
||||
Describe notification config 'my-config' from project 789
|
||||
|
||||
$ gcloud alpha scc notifications describe notifications describe \
|
||||
my-config --project=789
|
||||
$ gcloud alpha scc notifications describe notifications describe \
|
||||
projects/789/notificationConfigs/my-config
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NOTIFICATION_CONFIG_ID
|
||||
|
|
@ -24,10 +38,19 @@ POSITIONAL ARGUMENTS
|
|||
"organizations/123/notificationConfigs/456" or just "456".
|
||||
|
||||
FLAGS
|
||||
--organization=ORGANIZATION
|
||||
The organization where the notification config resides. Formatted as
|
||||
"organizations/123" or just "123". Required if notificationConfigId
|
||||
does not contain organization information.
|
||||
At most one of these can be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
Folder where the notification config resides. Formatted as
|
||||
folders/456 or just 456.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization where the notification config resides. Formatted as
|
||||
organizations/123 or just 123.
|
||||
|
||||
--project=PROJECT
|
||||
Project (ID or number) where the notification config resides.
|
||||
Formatted as projects/789 or just 789.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue