Skip to main content

routines_iam_policies

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

Overview

Nameroutines_iam_policies
TypeResource
Idgoogle.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:

NameAccessible byRequired ParamsOptional ParamsDescription
set_iam_policyreplaceresourceSets 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.

NameDatatypeDescription
resourcestring

REPLACE examples

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;