routines_iam_policies
Creates, updates, deletes, gets or lists a routines_iam_policies resource.
Overview
| Name | routines_iam_policies |
| Type | Resource |
| Id | google.bigquery.routines_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 |
|---|---|---|---|---|
set_iam_policy | replace | resource | Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. |
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 |
REPLACE examples
- set_iam_policy
Sets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
REPLACE google.bigquery.routines_iam_policies
SET
data__updateMask = '{{ updateMask }}',
data__policy = '{{ policy }}'
WHERE
resource = '{{ resource }}' --required
RETURNING
auditConfigs,
bindings,
etag,
version;