mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
51 lines
1.6 KiB
Text
51 lines
1.6 KiB
Text
NAME
|
|
gcloud access-context-manager supported-services describe - gets
|
|
information about a VPC Service Controls Supported Service
|
|
|
|
SYNOPSIS
|
|
gcloud access-context-manager supported-services describe SERVICE_NAME
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Get service information allowed in an access policy object.
|
|
|
|
EXAMPLES
|
|
To get VPC Service Controls support information for
|
|
bigquery.googleapis.com, run:
|
|
|
|
$ gcloud 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
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha access-context-manager supported-services describe
|
|
|
|
$ gcloud beta access-context-manager supported-services describe
|
|
|