Skip to main content

permissions

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

Overview

Namepermissions
TypeResource
Idgoogle.iam.permissions

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
query_testable_permissionsexecLists every permission that you can test on a resource. A permission is testable if you can check whether a principal has that permission on the 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

Lifecycle Methods

Lists every permission that you can test on a resource. A permission is testable if you can check whether a principal has that permission on the resource.

EXEC google.iam.permissions.query_testable_permissions 
@@json=
'{
"fullResourceName": "{{ fullResourceName }}",
"pageSize": {{ pageSize }},
"pageToken": "{{ pageToken }}"
}';