AssertionType

Type alias

Assertion types which define the comparison operation to be performed

Value(s):
"eq" | "neq" | "gt" | "lt" | "length-gt" | "length-lt" | "contains" | "contains-all" | "without" | "included-in" | "is-group-admin" | "is-group-member" | "is-group-owner" | "starts-with" | "ends-with" | "not-starts-with" | "not-ends-with"

Type alias defined in common/src/permissions/types/IPermissionPolicy.ts:133