{"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.","required":["name","type","internalIPs"],"properties":{"name":{"type":"string","description":"The descriptive name of the DNS Forwarder.","example":"label-1","$$ref":"#/components/schemas/name"},"type":{"type":"string","description":"The type of the DNS Forwarder.","enum":["network_dns_forwarder"],"example":"network_dns_forwarder","$$ref":"#/components/schemas/typeNetworkDNSForwarder"},"internalIPs":{"type":"array","description":"The list of private IP addresses for the DNS forwarder.","items":{"type":"string","description":"The private IP address of the DNS forwarder.","example":"1.1.1.1"},"example":["1.1.1.1"],"$$ref":"#/components/schemas/internalIPs"}},"example":{"name":"dns forwarder one","type":"network_dns_forwarder","internalIPs":["1.1.1.1"]},"$$ref":"#/components/schemas/DNSForwarderObjectCreate","title":"DNSForwarderObjectCreate"}}