gcloud scc assets run-discovery - scan an organization for new/modified/deleted assets
gcloud scc assets run-discovery [ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
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.
Run new scan for organization (123456):
$ gcloud scc assets run-discovery 123456
- Organization resource - The organization for which scan should be run. 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..
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
This command uses the securitycenter/v1 API. The full documentation for this API can be found at: https://cloud.google.com/security-command-center
These variants are also available:
$ gcloud alpha scc assets run-discovery
$ gcloud beta scc assets run-discovery