Member Junction
    Preparing search index...

    The narrow slice of a UserInfo the check reads — just the user's role assignments.

    interface AuthorizationUserLike {
        UserRoles?: readonly { RoleID: string }[] | null;
    }
    Index

    Properties

    Properties

    UserRoles?: readonly { RoleID: string }[] | null