Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
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.
Fields |
dataset |
object (DatasetReference )
The dataset this entry applies to
|
targetTypes[] |
enum (TargetType )
Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]