1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00
gcloud-help/gcloud/alpha/scc/posture-operations/describe

48 lines
1.7 KiB
Text
Raw Normal View History

2023-10-05 11:50:16 +00:00
NAME
2024-01-31 10:36:17 +00:00
gcloud alpha scc posture-operations describe - describe a Cloud Security
Command Center posture long running operation
2023-10-05 11:50:16 +00:00
SYNOPSIS
2024-01-31 10:36:17 +00:00
gcloud alpha scc posture-operations describe OPERATION_NAME
2023-10-05 11:50:16 +00:00
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
2024-01-31 10:36:17 +00:00
(ALPHA) Describe a Cloud Security Command Center (SCC) posture long running
operation.
2023-10-05 11:50:16 +00:00
EXAMPLES
2024-01-31 10:36:17 +00:00
To return long running operation status for operation
(operation-1694515698847-605272e4bcd7c-f93dade6-067467ae) of parent
organizations/123/locations/global, run:
2023-10-05 11:50:16 +00:00
2024-01-31 10:36:17 +00:00
$ gcloud alpha scc posture-operations describe \
2023-10-05 11:50:16 +00:00
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
2024-01-31 10:36:17 +00:00
access allowlist. This variant is also available:
$ gcloud scc posture-operations describe
2023-10-05 11:50:16 +00:00