Possession
Defined in: src/enums/Possession.ts:6
Enumerates the possible possessions of a resource, for an action. A possession defines whether the action is (or not) to be performed on “own” resource(s) of the current subject or “any” resources - including “own”.
Enumeration Members
Section titled “Enumeration Members”OWN:
"own"
Defined in: src/enums/Possession.ts:11
Indicates that the action is (or not) to be performed on own resource(s) of the current subject.
ANY:
"any"
Defined in: src/enums/Possession.ts:16
Indicates that the action is (or not) to be performed on any resource(s); including own resource(s) of the current subject.