OwnershipBasedAccessControlInfo class final

An object that defines ownership-based access control settings of a service.

Implemented types

Properties

allowAnonymousToDelete bool
True if anonymous users are allowed to delete features.
no setter
allowAnonymousToUpdate bool
True if anonymous users are allowed to update features.
no setter
allowOthersToDelete bool
True if others are allowed to delete features.
no setter
allowOthersToQuery bool
True if others are allowed to query for features.
no setter
allowOthersToUpdate bool
True if others are allowed to update features.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited