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.
Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future.
DatasetReference
Identifier for a dataset.
JSON representation
{"datasetId": string,"projectId": string}
Fields
datasetId
string
Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
projectId
string
Optional. The ID of the project containing this dataset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-14 UTC."],[[["This content details how to grant read access to all resources of specific types within a dataset, similar to the functionality of individually authorized views."],["Updates or creations of resources granted through this method require read access to the referenced resources and write access to the authorizing dataset."],["The authorization mechanism is defined using a JSON representation which specifies a dataset object and an array of target types."],["The dataset object itself is a JSON construct that contains both a `datasetId`, a unique identifier for the dataset, and optionally a `projectId`, which specifies the project this dataset is contained in."],["The `targetTypes` field is used to define which resources the access entry applies to, which currently only includes views but may support additional resource types in the future."]]],[]]