{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/692c17ab-9a0e-3c46-a243-97c59f19136b","info":{"title":"Cisco Umbrella Internal Networks API","version":"2.0.0","description":"Manage the internal networks in your organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Internal Networks"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/deployments/internal-networks-overview.md","uri":"umbrella-api-reference-internal-networks-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.internalnetworks:write":"Write deployments internal networks","deployments.internalnetworks:read":"Read deployments internal networks"}}}}}},"spec":{"type":"object","readOnly":true,"properties":{"id":{"type":"integer","description":"The ID of the policy. Use the policy ID as a reference for subsequent requests."},"name":{"type":"string","description":"The name that is given to the policy."},"type":{"type":"string","description":"The type of the policy.","enum":["dns","web"]},"organizationId":{"type":"integer","description":"The Umbrella organization ID."},"priority":{"type":"integer","description":"A number that represents the priority of the policy in the policy list."},"isDefault":{"type":"boolean","description":"Specifies whether the policy is the default policy."},"isAppliedDirectly":{"type":"boolean","description":"Indicates if policy is directly applied to this identity."},"createdAt":{"type":"string","format":"date-time","description":"The date and time (ISO8601 timestamp) when the policy was created.","example":"2018-06-13T16:07:07.222Z"},"modifiedAt":{"type":"string","format":"date-time","description":"The date and time (ISO8601 timestamp) when the policy was modified.","example":"2018-06-13T16:07:07.222Z"},"uri":{"type":"string","description":"The resource URI."}},"required":["id","name","organizationId","priority","isDefault","isAppliedDirectly","createdAt","modifiedAt","uri"],"example":{"id":1234,"name":"The policy name","type":"dns","organizationId":123456,"priority":1,"isDefault":false,"isAppliedDirectly":true,"createdAt":"2020-03-09T22:18:26.625Z","modifiedAt":"2020-03-09T22:18:26.625Z","uri":"The resource URI"},"$$ref":"#/components/schemas/PolicyObject","title":"PolicyObject"}}