Class DatasetAccessEntry
Grants all resources of particular types in a particular dataset read access to the current dataset. Similar to how individually authorized views work, updates to any resource granted through its dataset (including creation of new resources) requires read permission to referenced resources, plus write permission to the authorizing dataset.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class DatasetAccessEntry : IDirectResponseSchema
Properties
Dataset
The dataset this entry applies to
Declaration
[JsonProperty("dataset")]
public virtual DatasetReference Dataset { get; set; }
Property Value
Type | Description |
---|---|
DatasetReference |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetTypes
Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future.
Declaration
[JsonProperty("targetTypes")]
public virtual IList<string> TargetTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |