{"type":"api","title":"List Session Management Permissions","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/c92e7384-b2f4-3d3b-8e8e-03a9325b07bb","info":{"title":"Crosswork RBAC API - Version 1","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"description":"Crosswork Role-based Access Control APIs","license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"1.0.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/RBAC/rbac-v1-overview.md"}},"swagger":"2.0","basePath":"/crosswork/aaa/v1","schemes":["https"],"securityDefinitions":{"bearerAuth":{"type":"apiKey","name":"Authorization","in":"header","description":"Use a bearer token to authenticate requests. Include the token in the Authorization header with the prefix 'Bearer '."}}},"spec":{"summary":"List Session Management Permissions.","description":"This API returns the user's Session Management Permissions.","operationId":"SessionMgmtPermissions","responses":{"200":{"description":"Returns the dashboard data as json format.","schema":{"type":"object","properties":{"ListAllowedForUser":{"type":"boolean","description":"Indicates whether the user is permitted to list their own active sessions."},"TerminateAllowedForUser":{"type":"boolean","description":"Indicates whether the user is permitted to terminate their own active sessions."}},"example":{"ListAllowedForUser":true,"TerminateAllowedForUser":true},"$$ref":"#/definitions/rbacSessionMgmtPermissions"}},"400":{"description":"Invalid value for Global idle timeout, Possible values can be 10/15/30/60/120/480 minutes"}},"tags":["rbac"],"__originalOperationId":"SessionMgmtPermissions","consumes":["application/json"],"produces":["application/json"],"security":[{"bearerAuth":[]}],"method":"get","path":"/getSessionMgmtPermissions"}}