{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/6a0a4614-87f6-3fee-b712-6f6612fb04be","info":{"title":"Cisco Umbrella Deployments Policies API","version":"2.0.0","description":"Manage the policies for the deployments in your organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Policy","description":"Umbrella Policy Management"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/deployments/policies-overview.md","uri":"umbrella-api-reference-deployment-policies-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrella.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrella.com/auth/v2/token","scopes":{"deployments.policies:write":"Write deployments policies","deployments.policies:read":"Read deployments policies"}}}}}},"spec":{"type":"object","minProperties":6,"required":["policyId","organizationId","name","priority","createdAt","isDefault"],"properties":{"policyId":{"type":"integer","description":"The unique policy ID.","minimum":1},"organizationId":{"type":"integer","example":1234,"minimum":1},"name":{"type":"string","description":"The label for the policy.","example":"ApiDemoPolicy","minLength":1},"priority":{"type":"integer","description":"The priority of the policy.","minimum":0},"createdAt":{"type":"string","format":"date-time","example":"2017-09-22T04:18:51.000Z","description":"The time and date (ISO 8601-formatted timestamp) when the policy was created."},"isDefault":{"type":"boolean","example":true,"description":"Specified whether the policy is the default."}},"$$ref":"#/components/schemas/PolicyStub","title":"PolicyStub"}}