NAME
    gcloud alpha access-context-manager supported-permissions - retrieve VPC
        Service Controls Supported Permissions

SYNOPSIS
    gcloud alpha access-context-manager supported-permissions COMMAND
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) The gcloud alpha 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 alpha access-context-manager supported-permissions list

    To see which permissions in a provided role are supported by VPC Service        Controls:

        $ gcloud alpha 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
        (ALPHA) Describes which permissions in a provided role are supported by
        VPC Service Controls.

     list
        (ALPHA) Lists all VPC Service Controls supported permissions.

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-permissions

        $ gcloud beta access-context-manager supported-permissions

