{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/b36b2683-243e-3edc-8c84-85b5f4140afd","info":{"version":"1.0.1","title":"Cisco Secure Access Network and Service Objects API","description":"Manage the Network and Service Objects in the organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Network Objects","description":"Manage the Network Objects in the organization."},{"name":"Network Object Groups","description":"Manage the Network Object Groups in the organization."},{"name":"Service Objects","description":"Manage the Service Objects in the organization."},{"name":"Service Object Groups","description":"Manage the Service Object Groups in the organization."},{"name":"Unified Objects","description":"List the Objects and Object Groups in the organization."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/network-and-service-objects-overview.md","uri":"secure-access-api-reference-network-and-service-objects-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"Client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"policies.objects.networkObjects:read":"Read the Network Object resources","policies.objects.networkObjectGroups:read":"Read the Network Object Group resources","policies.objects.networkObjects:write":"Write the Network Object resources","policies.objects.networkObjectGroups:write":"Write the Network Object Group resources","policies.objects.serviceObjects:read":"Read the Service Object resources","policies.objects.serviceObjectGroups:read":"Read the Service Object Groups resources","policies.objects.serviceObjects:write":"Write the Service Object resources","policies.objects.serviceObjectGroups:write":"Write the Service Object Group resources"}}}}}},"spec":{"type":"object","description":"Create the Network Object with the properties.","required":["name","objectIds","groupIds","values"],"properties":{"name":{"type":"string","description":"The name of the Network Object Group.","example":"A network object group","$$ref":"#/components/schemas/nameNetworkObjectGroup"},"description":{"type":"string","description":"The description for the Network Object Group.","example":"A network object description","$$ref":"#/components/schemas/descriptionNetworkObjectGroup"},"objectIds":{"type":"array","description":"The list of IDs for the Network Objects.","items":{"type":"integer","description":"The ID of the Network Object.","example":1234556},"example":[124566,143423]},"groupIds":{"type":"array","description":"The list of IDs for the Network Object Groups.","items":{"type":"integer","description":"The ID of the Network Object Group.","example":1234556},"example":[123453,123455]},"values":{"type":"array","description":"The list of the non-reusable Network Object values in the Network Object Groups.","items":{"anyOf":[{"type":"object","description":"The properties of the network.","required":["type","addresses"],"properties":{"type":{"type":"string","description":"The network type.","enum":["network","host","range"],"example":"range"},"addresses":{"type":"array","description":"The list of IP addresses or IP address ranges for the network.\nSeparate the range of IPv4 addresses with a hyphen (**-**).","maxItems":1,"minItems":1,"items":{"type":"string","example":"10.10.0.0-10.10.2.0"}}},"example":{"type":"network","addresses":["192.68.1.0/24"]},"$$ref":"#/components/schemas/NetworkValueType"},{"type":"object","description":"The properties of the fully-qualified domain name (FQDN).","required":["type","value"],"properties":{"type":{"type":"string","description":"The type of the domain name.","enum":["fqdn"]},"addresses":{"type":"array","description":"The list of domains.","maxItems":1,"minItems":1,"items":{"type":"string","example":"www.cisco.com"},"example":["www.cisco.com"]}},"$$ref":"#/components/schemas/FqdnValueType"}]},"example":[{"type":"network","addresses":["192.68.1.0/24"]}],"$$ref":"#/components/schemas/valuesNetworkObjectGroups"}},"example":{"name":"network object group one","description":"description for network object group one","objectIds":[15884],"groupIds":[],"values":[{"type":"host","addresses":["192.68.1.0/24"]},{"type":"range","addresses":["10.10.0.0-10.10.2.0"]}]},"$$ref":"#/components/schemas/NetworkObjectGroupRequestSchema","title":"NetworkObjectGroupRequestSchema"}}