EntityUserLinkPermissions class
Permissions the user has for this entity.
Constructors
Properties
-
effective
↔ List<
String> -
Effective permissions represent all the permissions that a user has for
this entity. These include any implied permissions (e.g., EDIT implies
VIEW) or inherited permissions from the parent entity. Effective
permissions are read-only.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
local
↔ List<
String> -
Permissions that a user has been assigned at this very level. Does not
include any implied or inherited permissions. Local permissions are
modifiable.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited