DatasetAccessEntry class
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.
Constructors
-
DatasetAccessEntry({DatasetReference? dataset, List<
String> ? targetTypes}) - DatasetAccessEntry.fromJson(Map json_)
Properties
- dataset ↔ DatasetReference?
-
The dataset this entry applies to
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
targetTypes
↔ List<
String> ? -
Which resources in the dataset this entry applies to.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited