Skip to main content

external_vpn_gateways_iam_policies

Creates, updates, deletes, gets or lists an external_vpn_gateways_iam_policies resource.

Overview

Nameexternal_vpn_gateways_iam_policies
TypeResource
Idgoogle.compute.external_vpn_gateways_iam_policies

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
test_iam_permissionsexecproject, resourceReturns permissions that a caller has on the specified resource.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
projectstring
resourcestring

Lifecycle Methods

Returns permissions that a caller has on the specified resource.

EXEC google.compute.external_vpn_gateways_iam_policies.test_iam_permissions 
@project='{{ project }}' --required,
@resource='{{ resource }}' --required
@@json=
'{
"permissions": "{{ permissions }}"
}';