{"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 application lists and number of application lists in the organization.","properties":{"count":{"type":"integer","description":"The number of application lists in the organization.","example":250},"result":{"type":"array","description":"The application lists in the organization.","items":{"type":"object","description":"The properties of the application list.","properties":{"applicationListId":{"type":"integer","description":"The ID of the application list.","example":1235,"$$ref":"#/components/schemas/applicationListId"},"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"},"createdAt":{"type":"string","description":"The date and time that the system created the application list.","format":"date-time","readOnly":true,"example":"2021-12-13T16:07:07.222Z","$$ref":"#/components/schemas/createdAtApplicationList"},"modifiedAt":{"type":"string","description":"The date and time that the system updated the application list.","format":"date-time","readOnly":true,"example":"2023-11-13T21:28:54+00:00","$$ref":"#/components/schemas/modifiedAtApplicationList"}},"example":{"modifiedAt":"2024-04-04T19:22:53+00:00","applicationListName":"New Application List- empty","organizationId":8094936,"createdAt":"2024-04-04T19:22:53+00:00","applicationListId":19457,"isDefault":false}},"example":[{"modifiedAt":"2024-04-04T19:22:53+00:00","applicationListName":"New Application List- empty","organizationId":8094936,"createdAt":"2024-04-04T19:22:53+00:00","applicationListId":19457,"isDefault":false}]}},"example":{"count":250,"results":[{"modifiedAt":"2024-04-04T19:22:53+00:00","applicationListName":"New Application List- empty","organizationId":8094936,"createdAt":"2024-04-04T19:22:53+00:00","applicationListId":19457,"isDefault":false},{"modifiedAt":"2024-04-04T19:23:17+00:00","applicationListName":"New Application List empty","organizationId":8094936,"createdAt":"2024-04-04T19:23:17+00:00","applicationListId":19458,"isDefault":false},{"modifiedAt":"2023-04-10T12:17:03+00:00","applicationListName":"custom list","organizationId":8094936,"createdAt":"2023-03-28T20:32:05+00:00","applicationListId":14148,"isDefault":false}]},"$$ref":"#/components/schemas/ApplicationLists","title":"ApplicationLists"}}