Member Junction
    Preparing search index...

    Type Alias UserApplicationAccessStatus

    UserApplicationAccessStatus:
        | "installed_active"
        | "installed_inactive"
        | "not_installed"
        | "not_authorized"

    Status indicating why a user can or cannot access an application.

    • 'installed_active': User has UserApplication record with IsActive=true
    • 'installed_inactive': User has UserApplication record with IsActive=false
    • 'not_installed': User has no UserApplication record for this app
    • 'not_authorized': User's roles do not grant access to the application