KillSessionReq - Request the implant to kill a session

interface KillReq {
    Force: boolean;
    Request?: commonpb.Request;
}

Properties

Properties

Force: boolean
Request?: commonpb.Request