mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +00:00
47 lines
1.4 KiB
Text
47 lines
1.4 KiB
Text
NAME
|
|
gcloud beta access-context-manager supported-permissions - retrieve VPC
|
|
Service Controls Supported Permissions
|
|
|
|
SYNOPSIS
|
|
gcloud beta access-context-manager supported-permissions COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) The gcloud beta access-context-manager supported-permissions command
|
|
group lets you list VPC Service Controls supported permissions. It also
|
|
lets you describe which permissions in a provided role are supported by VPC
|
|
Service Controls.
|
|
|
|
EXAMPLES
|
|
To see all VPC Service Controls supported permissions:
|
|
|
|
$ gcloud beta access-context-manager supported-permissions list
|
|
|
|
To see which permissions in a provided role are supported by VPC Service Controls:
|
|
|
|
$ gcloud beta access-context-manager supported-permissions \
|
|
describe roles/example.role.name
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
describe
|
|
(BETA) Describes which permissions in a provided role are supported by
|
|
VPC Service Controls.
|
|
|
|
list
|
|
(BETA) Lists all VPC Service Controls supported permissions.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud access-context-manager supported-permissions
|
|
|
|
$ gcloud alpha access-context-manager supported-permissions
|
|
|