access property

List<DatasetAccess>? access
getter/setter pair

An array of objects that define dataset access for one or more entities.

You can set this property when inserting or updating a dataset in order to control who is allowed to access the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the following entities: access.specialGroup: projectReaders; access.role: READER; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;

Optional.

Implementation

core.List<DatasetAccess>? access;