{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/ff5f351a-04ea-312e-8389-cac0236df6bd","info":{"title":"Cisco Secure Access Application Lists API","version":"1.0.1","description":"Create and manage the application lists and internet destinations in the application lists for the organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Application Lists","description":"Manage the application lists and the internet destinations in the application lists."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/application-lists-overview.md","uri":"secure-access-api-reference-application-lists-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"policies.applicationlists:write":"Write policies application lists","policies.applicationlists:read":"Read policies application lists"}}}}}},"spec":{"type":"object","description":"The properties of the application list.","required":["applicationListName","applicationIds","isDefault"],"properties":{"applicationListName":{"type":"string","description":"The descriptive label for the application list.","example":"Application lists on branch_1.","$$ref":"#/components/schemas/applicationListName"},"isDefault":{"type":"boolean","description":"Specifies whether the application list is the default application list.","example":false,"$$ref":"#/components/schemas/isDefault"},"applicationIds":{"type":"array","description":"The list of IDs for the applications.","items":{"type":"integer","description":"The ID of the application.","example":2453454,"$$ref":"#/components/schemas/applicationId"},"example":[1345,4666],"$$ref":"#/components/schemas/applicationIds"},"applicationCategoryIds":{"type":"array","description":"The list of IDs for the application categories.","items":{"type":"integer","description":"The ID of the application category.","example":1235},"example":[353546],"$$ref":"#/components/schemas/applicationCategoryIds"}},"example":{"applicationCategoryIds":[],"applicationIds":[],"applicationListName":"New Application List- empty","isDefault":false},"$$ref":"#/components/schemas/ApplicationListRequest","title":"ApplicationListRequest"}}