tables_iam_policies
Creates, updates, deletes, gets or lists a tables_iam_policies
resource.
Overview
Name | tables_iam_policies |
Type | Resource |
Id | google.bigquery.tables_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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
test_iam_permissions | exec | resource | Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. |
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.
Name | Datatype | Description |
---|---|---|
resource | string |
Lifecycle Methods
- test_iam_permissions
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND
error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
EXEC google.bigquery.tables_iam_policies.test_iam_permissions
@resource='{{ resource }}' --required
@@json=
'{
"permissions": "{{ permissions }}"
}';