view

@JvmName(name = "ikjvxcmmrsqmhooi")
suspend fun view(value: Output<DatasetAccessViewArgs>)
@JvmName(name = "mmgoqlmuessnecgm")
suspend fun view(value: DatasetAccessViewArgs?)

Parameters

value

A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation. Structure is documented below.


@JvmName(name = "ecvfhyampmlextuc")
suspend fun view(argument: suspend DatasetAccessViewArgsBuilder.() -> Unit)

Parameters

argument

A view from a different dataset to grant access to. Queries executed against that view will have read access to tables in this dataset. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation. Structure is documented below.