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

NAME
gcloud beta compute external-vpn-gateways test-iam-permissions - test IAM permissions for a Compute Engine external VPN gateway
SYNOPSIS
gcloud beta compute external-vpn-gateways test-iam-permissions NAME --permissions=[PERMISSION,…] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) gcloud beta 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 beta 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 beta and might change without notice. These variants are also available:
gcloud compute external-vpn-gateways test-iam-permissions
gcloud alpha compute external-vpn-gateways test-iam-permissions
gcloud preview compute external-vpn-gateways test-iam-permissions