bigquery  v2
Properties | List of all members
Google.Apis.Bigquery.v2.Data.Dataset.AccessData Class Reference

Properties

virtual string Domain [get, set]
 [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN". More...
 
virtual string GroupByEmail [get, set]
 [Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member "group:GROUP". More...
 
virtual string IamMember [get, set]
 [Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. More...
 
virtual string Role [get, set]
 [Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER roles/bigquery.dataOwner WRITER roles/bigquery.dataEditor READER roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER". More...
 
virtual string SpecialGroup [get, set]
 [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members. More...
 
virtual string UserByEmail [get, set]
 [Pick one] An email address of a user to grant access to. For example: fred@.nosp@m.exam.nosp@m.ple.c.nosp@m.om. Maps to IAM policy member "user:EMAIL" or "serviceAccount:EMAIL". More...
 
virtual TableReference View [get, set]
 [Pick one] 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. More...
 

Property Documentation

◆ Domain

virtual string Google.Apis.Bigquery.v2.Data.Dataset.AccessData.Domain
getset

[Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".

◆ GroupByEmail

virtual string Google.Apis.Bigquery.v2.Data.Dataset.AccessData.GroupByEmail
getset

[Pick one] An email address of a Google Group to grant access to. Maps to IAM policy member "group:GROUP".

◆ IamMember

virtual string Google.Apis.Bigquery.v2.Data.Dataset.AccessData.IamMember
getset

[Pick one] Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group.

◆ Role

virtual string Google.Apis.Bigquery.v2.Data.Dataset.AccessData.Role
getset

[Required] An IAM role ID that should be granted to the user, group, or domain specified in this access entry. The following legacy mappings will be applied: OWNER roles/bigquery.dataOwner WRITER roles/bigquery.dataEditor READER roles/bigquery.dataViewer This field will accept any of the above formats, but will return only the legacy format. For example, if you set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".

◆ SpecialGroup

virtual string Google.Apis.Bigquery.v2.Data.Dataset.AccessData.SpecialGroup
getset

[Pick one] A special group to grant access to. Possible values include: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps to similarly-named IAM members.

◆ UserByEmail

virtual string Google.Apis.Bigquery.v2.Data.Dataset.AccessData.UserByEmail
getset

[Pick one] An email address of a user to grant access to. For example: fred@.nosp@m.exam.nosp@m.ple.c.nosp@m.om. Maps to IAM policy member "user:EMAIL" or "serviceAccount:EMAIL".

◆ View

virtual TableReference Google.Apis.Bigquery.v2.Data.Dataset.AccessData.View
getset

[Pick one] 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.


The documentation for this class was generated from the following file: