def rule(event):
    if "/SAAS/t/_/;/" in event.deep_get("cs-uri-query", default=""):
        return True
    return False
