logoutFromRubrikSupportPortal Logout from Rubrik support portal using username. Returns SupportPortalLogoutReply! Sample QueryVariablesExample Response mutation { logoutFromRubrikSupportPortal } {} { "data": { "logoutFromRubrikSupportPortal": { "status": { "code": "example-string", "excepshuns": "example-string", "message": "example-string" } } } }