{"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 of the Do Not Decrypt list.","type":"object","properties":{"id":{"description":"The unique identifier of the Do Not Decrypt list.","type":"integer","example":123,"$$ref":"#/components/schemas/idDoNotDecryptList"},"organizationId":{"description":"The unique identifier of the organization.","type":"integer","example":456,"$$ref":"#/components/schemas/organizationId"},"name":{"description":"The name of the Do Not Decrypt list.","type":"string","maxLength":1024,"example":"No Decrypt Group","$$ref":"#/components/schemas/nameDoNotDecryptList"},"isDefault":{"description":"Indicates whether the list is the default Do Not Decryption list for the organization.","type":"boolean","nullable":true,"example":false,"$$ref":"#/components/schemas/isDefault"},"decryptExceptionCategories":{"description":"The list of decrypt exception categories included in the Do Not Decrypt list.","type":"array","items":{"type":"object","description":"The properties of the decrypt exception category included in the Do Not Decrypt list.","properties":{"categoryId":{"type":"integer","description":"The numeric identifier of the decrypt exception category.","minimum":0,"example":12,"$$ref":"#/components/schemas/idDecryptionExceptionCategory"},"name":{"description":"The name of the decrypt exception category.","type":"string","example":"Finance"}}}},"exceptiondomainlistId":{"description":"The unique identifier of the destination list associated with the Access policy.","type":"integer","nullable":true,"example":1001,"$$ref":"#/components/schemas/exceptiondomainlistId"},"exceptionapplicationlistId":{"description":"The unique idenitifer of the application list associated with the Access policy.","type":"integer","nullable":true,"example":2001,"$$ref":"#/components/schemas/exceptionapplicationlistId"},"bundleTypeId":{"description":"The bundle type associated with the destination list.","type":"integer","example":2},"totalDomains":{"description":"The total number of domains in the destination list associated with the Do Not Decrypt list.","type":"integer","example":5},"totalIps":{"description":"The total number of IP addresses in the destination list associated with the Do Not Decrypt list.","type":"integer","example":2},"totalApplications":{"description":"The total number of applications in the application list associated with the Do Not Decrypt list.","type":"integer","example":3},"createdAt":{"type":"string","description":"The date and time (ISO 8601-formatted timestamp) when the system created the Do Not Decrypt list.","format":"date-time","readOnly":true,"example":"2025-12-13T16:07:07.222Z","$$ref":"#/components/schemas/createdAtDoNotDecryptList"},"modifiedAt":{"type":"string","description":"The date and time (ISO 8601-formatted timestamp) when the system updated the Do Not Decrypt list.","format":"date-time","readOnly":true,"example":"2025-11-13T21:28:54+00:00","$$ref":"#/components/schemas/modifiedAtDoNotDecryptList"}},"$$ref":"#/components/schemas/doNotDecryptListData","title":"doNotDecryptListData"}}