NAME
    gcloud alpha access-context-manager supported-services describe - gets
        information about a VPC Service Controls Supported Service

SYNOPSIS
    gcloud alpha access-context-manager supported-services describe
        SERVICE_NAME [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Get service information allowed in an access policy object.

EXAMPLES
    To get VPC Service Controls support information for
    bigquery.googleapis.com, run:

        $ gcloud alpha access-context-manager supported-services describe \
            bigquery.googleapis.com

POSITIONAL ARGUMENTS
     Supported service resource - VPC Service Controls supported service. This
     represents a Cloud resource.

     This must be specified.

       SERVICE_NAME
          ID of the supported-service or fully qualified identifier for the
          supported-service.

          To set the service_name attribute:
          ▸ provide the argument service_name 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.

API REFERENCE
    This command uses the accesscontextmanager/v1alpha API. The full
    documentation for this API can be found at:
    https://cloud.google.com/access-context-manager/docs/reference/rest/

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. These variants are also available:

        $ gcloud access-context-manager supported-services describe

        $ gcloud beta access-context-manager supported-services describe

