{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/cdd8786b84e1e4d80528d0eeb25987c136a18549/297a6839-be3e-3bfc-9d4b-144fce0d7214","info":{"title":"Cisco Umbrella for Government Destination Lists API","version":"2.0.0","description":"Manage the destination lists in your organization and access to network destinations.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Destination Lists","description":"Destination Lists"},{"name":"Destinations","description":"Destinations"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/policies/destination-lists-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrellagov.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrellagov.com/auth/v2/token","scopes":{"policies.destinationLists:write":"Write policies destination lists","policies.destinationLists:read":"Read policies destination lists","policies.destinations:write":"Write policies destinations","policies.destinations:read":"Read policies destinations"}}}}}},"spec":{"type":"object","required":["id","type","destination","createdAt"],"properties":{"id":{"type":"string","example":"1234567","description":"The unique ID of the destination.","$$ref":"#/components/schemas/idDestinationString"},"destination":{"type":"string","example":"cisco.com","description":"A domain, URL, or IP.","$$ref":"#/components/schemas/destination"},"type":{"type":"string","enum":["domain","url","ipv4"],"example":"domain","description":"The type of the destination.","$$ref":"#/components/schemas/type"},"comment":{"type":"string","description":"The comment about the destination.","example":"Add new destination list","$$ref":"#/components/schemas/comment"},"createdAt":{"type":"string","description":"The date and time when the destination list was created.","example":"2018-07-23 19:36:45"}},"example":{"id":"1234590","destination":"destination-two.com","type":"domain","comment":"A comment about test destination","createdAt":"2021-07-23 19:36:45"},"$$ref":"#/components/schemas/DestinationObjectWithStringId","title":"DestinationObjectWithStringId"}}