{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/af57f79b-4794-39b6-8169-e0f7be4ef0d6","info":{"title":"Cisco Secure Access for Government Application Categories API","version":"1.0.0","description":"Get the Application Category settings configured in the organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Application Categories","description":"The Application Category settings."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/application-categories-overview.md","uri":"secure-access-api-reference-application-categories-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.secureaccessfed.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.secureaccessfed.cisco.com/auth/v2/token","scopes":{"policies.applicationCategories:read":"Read Application Category settings"}}}}}},"spec":{"type":"array","description":"The list of Application Categories configured in the organization.","items":{"type":"object","description":"The properties of the Application Category setting.","properties":{"id":{"type":"integer","description":"The ID of the Application Category setting.","example":1234567,"$$ref":"#/components/schemas/id"},"name":{"type":"string","description":"The name of the Application Category.","example":"Ad Publishing","$$ref":"#/components/schemas/name"},"description":{"type":"string","description":"The text that describes the Application Category setting.","example":"The application for securing the AI model.","$$ref":"#/components/schemas/description"},"createdAt":{"type":"integer","description":"The date and time (in seconds since the Unix Epoch) when the system created the Application Category setting.","example":1490206249,"$$ref":"#/components/schemas/createdAt"},"modifiedAt":{"type":"integer","description":"The date and time (in seconds since the Unix Epoch) when the system modified the Application Category setting.","example":1520476127,"$$ref":"#/components/schemas/modifiedAt"},"actions":{"type":"array","items":{"type":"object","description":"The properties of the action.","properties":{"actionId":{"type":"integer","description":"The ID of the application action.","example":123567},"name":{"type":"string","description":"The name of the application action.","example":"test application"},"displayName":{"type":"string","description":"The display name of the application action.","example":"action one"}}},"$$ref":"#/components/schemas/applicationActions"},"applicationsCount":{"type":"integer","description":"The number of applications associated with the Application Category.","example":100,"$$ref":"#/components/schemas/applicationsCount"}}},"example":[{"id":46,"name":"Ad Publishing","description":"The meaningful description for the application category.","createdAt":1694332176,"modifiedAt":1694332176,"actions":[{"actionId":0,"name":"block","displayName":"Block"},{"actionId":1,"name":"allow","displayName":"Allow"}],"applicationsCount":338}],"$$ref":"#/components/schemas/ListApplicationCategoriesResponse","title":"ListApplicationCategoriesResponse"}}