1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Jul 20 11:47:24 UTC 2023

This commit is contained in:
Automated 2023-07-20 11:47:25 +00:00
parent b4c2508b12
commit 64e67b443c
325 changed files with 10090 additions and 1806 deletions

View file

@ -7,7 +7,14 @@ SYNOPSIS
(--asset=ASSET | --resource-name=RESOURCE_NAME) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe an asset given its resource name or asset id.
(ALPHA) (DEPRECATED) Security Command Center Asset APIs are deprecated and
will be removed on or after June 26, 2024. Use Cloud Asset Inventory
instead (gcloud asset)
(https://cloud.google.com/sdk/gcloud/reference/asset). For more
information, see the deprecation notice at Assets Page
(https://cloud.google.com/security-command-center/docs/how-to-use-security-command-center#assets_page).
Describe an asset given its resource name or asset id.
EXAMPLES
Describe an asset under organization 123456, given its full resource name

View file

@ -7,7 +7,14 @@ SYNOPSIS
(--asset=ASSET | --resource-name=RESOURCE_NAME) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Get the Parent for an asset given its resource name or asset id.
(ALPHA) (DEPRECATED) Security Command Center Asset APIs are deprecated and
will be removed on or after June 26, 2024. Use Cloud Asset Inventory
instead (gcloud asset)
(https://cloud.google.com/sdk/gcloud/reference/asset). For more
information, see the deprecation notice at Assets Page
(https://cloud.google.com/security-command-center/docs/how-to-use-security-command-center#assets_page).
Get the Parent for an asset given its resource name or asset id.
EXAMPLES
Get parent's relative resource name given an asset's full resource name

View file

@ -7,7 +7,14 @@ SYNOPSIS
(--asset=ASSET | --resource-name=RESOURCE_NAME) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Get the Project for an asset given its resource name or asset id.
(ALPHA) (DEPRECATED) Security Command Center Asset APIs are deprecated and
will be removed on or after June 26, 2024. Use Cloud Asset Inventory
instead (gcloud asset)
(https://cloud.google.com/sdk/gcloud/reference/asset). For more
information, see the deprecation notice at Assets Page
(https://cloud.google.com/security-command-center/docs/how-to-use-security-command-center#assets_page).
Get the Project for an asset given its resource name or asset id.
EXAMPLES
Get project id

View file

@ -9,7 +9,14 @@ SYNOPSIS
[--read-time=READ_TIME] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Filter an organization's assets and groups them by their specified
(ALPHA) (DEPRECATED) Security Command Center Asset APIs are deprecated and
will be removed on or after June 26, 2024. Use Cloud Asset Inventory
instead (gcloud asset)
(https://cloud.google.com/sdk/gcloud/reference/asset). For more
information, see the deprecation notice at Assets Page
(https://cloud.google.com/security-command-center/docs/how-to-use-security-command-center#assets_page).
Filter an organization's assets and groups them by their specified
properties.
EXAMPLES

View file

@ -16,28 +16,30 @@ COMMANDS
COMMAND is one of the following:
describe
(ALPHA) Describe an asset given its resource name or asset id.
(ALPHA) (DEPRECATED) Describe an asset given its resource name or asset
id.
get-parent
(ALPHA) Get the Parent for an asset given its resource name or asset
id.
(ALPHA) (DEPRECATED) Get the Parent for an asset given its resource
name or asset id.
get-project
(ALPHA) Get the Project for an asset given its resource name or asset
id.
(ALPHA) (DEPRECATED) Get the Project for an asset given its resource
name or asset id.
group
(ALPHA) Filter an organization's assets and groups them by their
specified properties.
(ALPHA) (DEPRECATED) Filter an organization's assets and groups them by
their specified properties.
list
(ALPHA) List Cloud Security Command Center assets.
(ALPHA) (DEPRECATED) List Cloud Security Command Center assets.
list-marks
(ALPHA) List an assets's security marks.
(ALPHA) (DEPRECATED) List an assets's security marks.
run-discovery
(ALPHA) Scan an organization for new/modified/deleted assets.
(ALPHA) (DEPRECATED) Scan an organization for new/modified/deleted
assets.
update-marks
(ALPHA) Update Cloud Security Command Center asset's security marks.

View file

@ -9,7 +9,14 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Cloud Security Command Center assets.
(ALPHA) (DEPRECATED) Security Command Center Asset APIs are deprecated and
will be removed on or after June 26, 2024. Use Cloud Asset Inventory
instead (gcloud asset)
(https://cloud.google.com/sdk/gcloud/reference/asset). For more
information, see the deprecation notice at Assets Page
(https://cloud.google.com/security-command-center/docs/how-to-use-security-command-center#assets_page).
List Cloud Security Command Center assets.
EXAMPLES
List all assets under organization (123456)

View file

@ -8,7 +8,14 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List an assets's security marks.
(ALPHA) (DEPRECATED) Security Command Center Asset APIs are deprecated and
will be removed on or after June 26, 2024. Use Cloud Asset Inventory
instead (gcloud asset)
(https://cloud.google.com/sdk/gcloud/reference/asset). For more
information, see the deprecation notice at Assets Page
(https://cloud.google.com/security-command-center/docs/how-to-use-security-command-center#assets_page).
List an assets's security marks.
EXAMPLES
List all security marks for asset (8910) under organization (123456):

View file

@ -6,10 +6,16 @@ SYNOPSIS
gcloud alpha scc assets run-discovery [ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Scan an organization for new/modified/deleted assets. Note that
this API can only be called with limited frequency for an organization. If
it is called too frequently the caller will receive a TOO_MANY_REQUESTS
error.
(ALPHA) (DEPRECATED) Security Command Center Asset APIs are deprecated and
will be removed on or after June 26, 2024. Use Cloud Asset Inventory
instead (gcloud asset)
(https://cloud.google.com/sdk/gcloud/reference/asset). For more
information, see the deprecation notice at Assets Page
(https://cloud.google.com/security-command-center/docs/how-to-use-security-command-center#assets_page).
Scan an organization for new/modified/deleted assets. Note that this API
can only be called with limited frequency for an organization. If it is
called too frequently the caller will receive a TOO_MANY_REQUESTS error.
EXAMPLES
Run new scan for organization (123456):