NAME
    gcloud alpha scc securityposture-operations describe - describe a SCC
        Security Posture's long running scan operation

SYNOPSIS
    gcloud alpha scc securityposture-operations describe OPERATION_NAME
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Describe a SCC Security Posture's long running scan operation.

EXAMPLES
    Return long running scan operation status for operation id
    (operation-1694515698847-605272e4bcd7c-f93dade6-067467ae) for parent
    organizations/123/locations/global

        $ gcloud alpha scc securityposture-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.

