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

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

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

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

        $ gcloud beta 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/v1 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 beta and might change without notice. These
    variants are also available:

        $ gcloud access-context-manager supported-services describe

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

