NAME
    gcloud scc posture-operations describe - describe a Cloud Security Command
        Center posture long running operation

SYNOPSIS
    gcloud scc posture-operations describe OPERATION_NAME
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    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 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/v1 API. The full documentation for
    this API can be found at: https://cloud.google.com/security-command-center

NOTES
    This variant is also available:

        $ gcloud alpha scc posture-operations describe

