mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Jun 6 09:19:36 UTC 2024
This commit is contained in:
parent
595ac8640a
commit
40ba53d37f
93 changed files with 3117 additions and 305 deletions
|
|
@ -70,15 +70,14 @@ OPTIONAL FLAGS
|
|||
Filter to be used for notification config.
|
||||
|
||||
--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.
|
||||
If data residency is enabled, specify the Security Command Center
|
||||
location in which to create the notification. The resulting
|
||||
notificationConfig resource is stored only in this location. Only
|
||||
findings that are issued in this location are sent to Pub/Sub.
|
||||
|
||||
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.
|
||||
If data residency is not enabled, specifying the --location flag
|
||||
creates the notification by using Security Command Center API v2, and
|
||||
the only valid value for the flag is global.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
|
|
@ -51,15 +51,16 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
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.
|
||||
Required if either data residency is enabled or the notificationConfig
|
||||
was created by using the API v2.
|
||||
|
||||
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.
|
||||
If data residency is enabled, specify the Security Command Center
|
||||
location in which the notification is stored.
|
||||
|
||||
If data residency is not enabled, include /locations/``LOCATION'' in
|
||||
the full name or specify the --location flag only if the
|
||||
notificationConfig was created by using the Security Command Center API
|
||||
v2, in which case, the only valid location is global.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
|
|
@ -45,15 +45,16 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
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.
|
||||
Required if either data residency is enabled or the notificationConfig
|
||||
resources were created by using the API v2.
|
||||
|
||||
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.
|
||||
If data residency is enabled, specify the Security Command Center
|
||||
location in which the notifications are stored.
|
||||
|
||||
If data residency is not enabled, include /locations/``LOCATION'' only
|
||||
if the notificationConfig resource was created by using the Security
|
||||
Command Center API v2, in which case, the only valid location is
|
||||
global.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
|
|
@ -51,15 +51,16 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
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.
|
||||
Required if either data residency is enabled or the notificationConfig
|
||||
resources were created by using the API v2.
|
||||
|
||||
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.
|
||||
If data residency is enabled, specify the Security Command Center
|
||||
location in which the notifications are stored.
|
||||
|
||||
If data residency is not enabled, including /locations/``LOCATION'' in
|
||||
the name or the --location flag in the command lists only the
|
||||
notificationConfig resources that were created by using the Security
|
||||
Command Center API v2 and the only valid location is global.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
|
|
@ -79,15 +79,16 @@ FLAGS
|
|||
notification configuration.
|
||||
|
||||
--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.
|
||||
Required if either data residency is enabled or the notificationConfig
|
||||
was created by using the API v2.
|
||||
|
||||
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.
|
||||
If data residency is enabled, specify the Security Command Center
|
||||
location in which the notification is stored.
|
||||
|
||||
If data residency is not enabled, include /locations/``LOCATION'' in
|
||||
the full name or specify the --location flag only if the
|
||||
notificationConfig resource was created by using the Security Command
|
||||
Center API v2, in which case, the only valid location is global.
|
||||
|
||||
--pubsub-topic=PUBSUB_TOPIC
|
||||
The Pub/Sub topic which will receive notifications. Its format is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue