NAME
    gcloud alpha storage insights inventory-reports details describe - describe
        inventory reports detail

SYNOPSIS
    gcloud alpha storage insights inventory-reports details describe
        (REPORT_DETAIL : --location=LOCATION --report-config=REPORT_CONFIG)
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Describe the inventory report detail.

EXAMPLES
    To describe an inventory report detail with ID=4568, location=us-central1,
    project=foo, and report config ID=1234:

        $ gcloud alpha storage insights inventory-reports details describe \
            1234 --location=us-central1 --project=foo --report-config=1234

    To describe the same inventory report detail with fully specified name:

        $ gcloud alpha storage insights inventory-reports details describe \
            /projects/foo/locations/us-central1/reportConfigs/1234/\
        reportDetails/5678

    To describe the same inventory report detail with JSON formatting, only
    returning the "status" field:

        $ gcloud alpha storage insights inventory-reports details describe \
            /projects/foo/locations/us-central1/reportConfigs/1234/\
        reportDetails/5678 --format="json(status)"

POSITIONAL ARGUMENTS
     Report detail resource - The report detail to describe. The arguments in
     this group can be used to specify the attributes of this resource. (NOTE)
     Some attributes are not given arguments in this group but can be set in
     other ways.

     To set the project attribute:
      ◆ provide the argument report_detail on the command line with a fully
        specified name;
      ◆ provide the argument --project on the command line;
      ◆ set the property core/project.

     This must be specified.

       REPORT_DETAIL
          ID of the report-detail or fully qualified identifier for the
          report-detail.

          To set the report-detail attribute:
          ▸ provide the argument report_detail on the command line.

          This positional argument must be specified if any of the other
          arguments in this group are specified.

       --location=LOCATION
          Google Cloud location for the report-detail.

          To set the location attribute:
          ▸ provide the argument report_detail on the command line with a
            fully specified name;
          ▸ provide the argument --location on the command line.

       --report-config=REPORT_CONFIG
          Report Config ID for the report-detail.

          To set the report-config attribute:
          ▸ provide the argument report_detail on the command line with a
            fully specified name;
          ▸ provide the argument --report-config on the command line.

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.

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 storage insights inventory-reports details describe

