- 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-permissionsNAME--permissions=[PERMISSION,…] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)gcloud alpha compute external-vpn-gateways test-iam-permissionstests 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 helpfor 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-permissionsgcloud beta compute external-vpn-gateways test-iam-permissionsgcloud preview compute external-vpn-gateways test-iam-permissions
gcloud alpha compute external-vpn-gateways test-iam-permissions
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-14 UTC.