mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
47 lines
1.7 KiB
Text
47 lines
1.7 KiB
Text
NAME
|
|
gcloud alpha scc posture-operations describe - describe a Cloud Security
|
|
Command Center posture long running operation
|
|
|
|
SYNOPSIS
|
|
gcloud alpha scc posture-operations describe OPERATION_NAME
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Describe a Cloud Security Command Center (SCC) posture long running
|
|
operation.
|
|
|
|
EXAMPLES
|
|
To return long running operation status for operation
|
|
(operation-1694515698847-605272e4bcd7c-f93dade6-067467ae) of parent
|
|
organizations/123/locations/global, run:
|
|
|
|
$ gcloud alpha scc posture-operations describe \
|
|
organizations/123/locations/global/operations/\
|
|
operation-1694515698847-605272e4bcd7c-f93dade6-067467ae
|
|
|
|
POSITIONAL ARGUMENTS
|
|
OPERATION_NAME
|
|
Relative resource name of the operation, of the format:
|
|
organizations/<organizationID>/locations/<location>/operations/<operationID>.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
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.
|
|
|
|
API REFERENCE
|
|
This command uses the securityposture/v1alpha API. The full documentation
|
|
for this API can be found at:
|
|
https://cloud.google.com/security-command-center
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. This variant is also available:
|
|
|
|
$ gcloud scc posture-operations describe
|
|
|