{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/a46909c1-dda9-34c6-809f-9e984867dfed","info":{"title":"Cisco Secure Access Internal Domains API","version":"2.0.0","description":"Manage the internal domains in your organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Internal Domains"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/deployments/internal-domains-overview.md","uri":"secure-access-api-reference-internal-domains-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"deployments.internaldomains:write":"Write deployments internal domains","deployments.internaldomains:read":"Read deployments internal domains"}}}}}},"spec":{"type":"object","properties":{"id":{"type":"integer","description":"The ID of the internal domain.","example":1234556},"domain":{"type":"string","description":"The domain name of the internal domain.","example":"cisco-internal.com"},"description":{"type":"string","description":"The description of the internal domain.","minLength":1,"maxLength":50,"example":"An internal domain."},"includeAllVAs":{"type":"boolean","description":"Specifies whether to apply the internal domain to all virtual appliances.","example":false},"includeAllMobileDevices":{"type":"boolean","description":"Specifies whether to apply the internal domain to all mobile devices.","example":false},"createdAt":{"type":"string","format":"date-time","description":"The date and time (ISO 8601 timestamp) when the internal domain was created.","example":"2018-06-13T16:07:07.222Z"},"modifiedAt":{"type":"string","format":"date-time","description":"The date and time (ISO 8601 timestamp) when the internal domain was modified.","example":"2018-06-13T16:07:07.222Z"},"siteIds":{"type":"array","items":{"type":"integer","description":"A site ID.","example":923250},"description":"The list of site IDs associated with the domain.","example":[928250,6244410]}},"required":["id","domain","description","includeAllVAs","includeAllMobileDevices","createdAt","modifiedAt","siteIds"],"example":{"id":1234,"domain":"Internal domain name","description":"internal domain description","includeAllVAs":false,"includeAllMobileDevices":false,"createdAt":"2020-03-09T22:18:26.625Z","modifiedAt":"2020-03-09T22:18:26.625Z","siteIds":[]},"$$ref":"#/components/schemas/InternalDomainObject","title":"InternalDomainObject"}}