{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/5515d56b-46da-3bb9-8a27-2d7266a91ce5","info":{"title":"Cisco Secure Access DNS Forwarders API","version":"1.0.0","description":"Manage the Secure Access virtual appliances and network entities, which are deployed in the organization as conditional DNS forwarders.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"DNS Forwarders"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/deployments/dns-forwarders-overview.md","uri":"secure-access-api-reference-dns-forwarders-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"Client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"deployments.dnsforwarders:write":"Write deployments DNS forwarders","deployments.dnsforwarders:read":"Read deployments DNS forwarders"}}}}}},"spec":{"type":"object","description":"The properties of the DNS forwarder.","properties":{"type":{"type":"string","description":"The type of the DNS Forwarder.","enum":["network_dns_forwarder"],"example":"network_dns_forwarder","$$ref":"#/components/schemas/typeNetworkDNSForwarder"},"originId":{"type":"integer","description":"The unique identifier of the DNS Forwarder.","example":2456,"$$ref":"#/components/schemas/originId"}},"example":{"type":"network_dns_forwarder","originId":647132588},"$$ref":"#/components/schemas/DNSForwarderCreateResponse","title":"DNSForwarderCreateResponse"}}