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.
[[["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 2025-02-20 UTC."],[[["Grants read access to all resources of specified types within a dataset to the current dataset."],["Updating resources granted through a dataset, including creating new resources, requires read permission to the referenced resources and write permission to the authorizing dataset."],["The JSON representation defines the dataset and the types of resources targeted for access."],["The `dataset` field specifies the dataset to which the access entry applies."],["The `targetTypes` field identifies the types of resources within the dataset that are granted access, currently supporting only views."]]],[]]