{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/172a5f08-b5d1-3a1c-aecc-8106f0e3fd9e","info":{"title":"Cisco Secure Access Do Not Decrypt Lists API","version":"1.0.0","description":"View, create, modify, and remove the Do Not Decrypt Lists in the Secure Access organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Do Not Decrypt Lists","description":"The Do Not Decrypt List API paths and operations"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/do-not-decrypt-lists-overview.md","uri":"secure-access-api-reference-do-not-decrypt-lists-overview"}},"openapi":"3.1.0","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.donotdecryptlists:read":"Read Do Not Decrypt Lists","policies.donotdecryptlists:write":"Write Do Not Decrypt Lists"}}}}}},"spec":{"description":"The properties used to create the Do Not Decrypt list.","type":"object","required":["name","destinations"],"properties":{"name":{"description":"The name of the Do Not Decrypt list.","type":"string","maxLength":1024,"example":"No Decrypt Group","$$ref":"#/components/schemas/nameDoNotDecryptList"},"decryptExceptionCategories":{"description":"The list of IDs for the addition of the decrypt exception categories.","type":"array","items":{"type":"integer","description":"The numeric identifier of the decrypt exception category.","minimum":0,"example":12,"$$ref":"#/components/schemas/idDecryptionExceptionCategory"},"example":[12,25],"$$ref":"#/components/schemas/addDecryptExceptionCategories"},"destinations":{"description":"The destinations to include in the destination list when creating the destination list.","type":"array","maxItems":500,"items":{"type":"object","description":"The properties of the destination entry.","required":["destination"],"properties":{"destination":{"description":"The value of the destination.","type":"string","example":"example.bac.com","$$ref":"#/components/schemas/destination"},"comment":{"description":"The comment for the destination.","type":"string","minLength":1,"maxLength":255,"example":"The description for the destination.","$$ref":"#/components/schemas/comment"}}}},"applications":{"description":"The list of IDs for the applications to include when creating the application list.","type":"array","items":{"type":"integer","description":"The numeric identifier of the application.","minimum":0,"$$ref":"#/components/schemas/idApplication"},"example":[101,202],"$$ref":"#/components/schemas/addApplications"}},"$$ref":"#/components/schemas/doNotDecryptListCreate","title":"doNotDecryptListCreate"}}