Skip to main content

service_perimeters_iam_policies

Creates, updates, deletes, gets or lists a service_perimeters_iam_policies resource.

Overview

Nameservice_perimeters_iam_policies
TypeResource
Idgoogle.accesscontextmanager.service_perimeters_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_permissionsexecaccessPoliciesId, servicePerimetersIdReturns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources.

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
accessPoliciesIdstring
servicePerimetersIdstring

Lifecycle Methods

Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources.

EXEC google.accesscontextmanager.service_perimeters_iam_policies.test_iam_permissions 
@accessPoliciesId='{{ accessPoliciesId }}' --required,
@servicePerimetersId='{{ servicePerimetersId }}' --required
@@json=
'{
"permissions": "{{ permissions }}"
}';