You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Membership check that verifies the user has membership (optionally with specific permission) without binding to any entity from the row. Uses EXISTS subquery against SPRT table. */
374
374
exportinterfaceAuthzMembershipParams{
375
-
/* Scope: 1=app, 2=org, 3=group (or string name resolved via membership_types_module) */
375
+
/* Scope: 1=app, 2=org, 3+=dynamic entity types (or string name resolved via membership_types_module) */
376
376
membership_type: number|string;
377
377
/* Single permission name to check (resolved to bitstring mask) */
0 commit comments