gcloud alpha compute external-vpn-gateways test-iam-permissions

NAME
gcloud alpha compute external-vpn-gateways test-iam-permissions - test IAM permissions for a Compute Engine external VPN gateway
SYNOPSIS
gcloud alpha compute external-vpn-gateways test-iam-permissions NAME --permissions=[PERMISSION,…] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) gcloud alpha compute external-vpn-gateways test-iam-permissions tests the IAM permissions that a caller has on a Compute Engine external VPN gateway.

An external VPN gateway provides the information to Google Cloud about your on-premises side or another Cloud provider's VPN gateway.

EXAMPLES
To test whether the caller has the 'compute.externalVpnGateways.setLabels' permission on an external VPN gateway, run:
gcloud alpha compute external-vpn-gateways test-iam-permissions my-external-gateway --permissions=compute.externalVpnGateways.setLabels
POSITIONAL ARGUMENTS
NAME
Name of the external VPN gateway to test IAM permissions for.
REQUIRED FLAGS
--permissions=[PERMISSION,…]
Set of permissions to check for the resource.
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.

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 compute external-vpn-gateways test-iam-permissions
gcloud beta compute external-vpn-gateways test-iam-permissions
gcloud preview compute external-vpn-gateways test-iam-permissions