1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud scc assets update-marks (ASSET : --organization=ORGANIZATION)
[--security-marks=[SECURITY_MARKS,...]] [--start-time=START_TIME]
[--security-marks=[KEY=VALUE,...]] [--start-time=START_TIME]
[--update-mask=UPDATE_MASK] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -73,7 +73,7 @@ POSITIONAL ARGUMENTS
line..
FLAGS
--security-marks=[SECURITY_MARKS,...]
--security-marks=[KEY=VALUE,...]
SecurityMarks resource to be passed as the request body. It's a
key=value pair separated by comma (,). For example:
--security-marks="key1=val1,key2=val2".

View file

@ -6,7 +6,7 @@ SYNOPSIS
(FINDING : --organization=ORGANIZATION --source=SOURCE)
--category=CATEGORY --event-time=EVENT_TIME
--resource-name=RESOURCE_NAME [--external-uri=EXTERNAL_URI]
[--source-properties=[SOURCE_PROPERTIES,...]] [--state=STATE]
[--source-properties=[KEY=VALUE,...]] [--state=STATE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -106,7 +106,7 @@ OPTIONAL FLAGS
finding can be found. This field is guaranteed to be either empty or a
well formed URL.
--source-properties=[SOURCE_PROPERTIES,...]
--source-properties=[KEY=VALUE,...]
Source specific properties. These properties are managed by the source
that writes the finding. The key names in the source_properties map
must be between 1 and 255 characters, and must start with a letter and

View file

@ -5,7 +5,7 @@ SYNOPSIS
gcloud scc findings update
(FINDING : --organization=ORGANIZATION --source=SOURCE)
[--event-time=EVENT_TIME] [--external-uri=EXTERNAL_URI]
[--source-properties=[SOURCE_PROPERTIES,...]] [--state=STATE]
[--source-properties=[KEY=VALUE,...]] [--state=STATE]
[--update-mask=UPDATE_MASK] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -97,7 +97,7 @@ FLAGS
finding can be found. This field is guaranteed to be either empty or a
well formed URL.
--source-properties=[SOURCE_PROPERTIES,...]
--source-properties=[KEY=VALUE,...]
Source specific properties. These properties are managed by the source
that writes the finding. The key names in the source_properties map
must be between 1 and 255 characters, and must start with a letter and

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud scc findings update-marks
(FINDING : --organization=ORGANIZATION --source=SOURCE)
[--security-marks=[SECURITY_MARKS,...]] [--start-time=START_TIME]
[--security-marks=[KEY=VALUE,...]] [--start-time=START_TIME]
[--update-mask=UPDATE_MASK] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -86,7 +86,7 @@ POSITIONAL ARGUMENTS
▸ provide the argument --source on the command line.
FLAGS
--security-marks=[SECURITY_MARKS,...]
--security-marks=[KEY=VALUE,...]
SecurityMarks resource to be passed as the request body. It's a
key=value pair separated by comma (,). For example:
--security-marks="key1=val1,key2=val2".