{"type":"model","meta":{"id":"/apps/pubhub/media/cisco-security-cloud-control-api-documentation/bd3c22528ebef6d885e8228912d519f34bded077/93440196-979f-3e2d-8df3-11ca30919752","info":{"title":"Cisco Security Cloud Control Platform Management APIs","description":"Manage the organizations in Security Cloud Control.","contact":{"name":"Cloud Security Developer Community"},"version":"1.0.3"},"security":[{"bearerHttpAuthentication":[]}],"tags":[{"name":"Admin Groups","description":"Managing groups"},{"name":"Users","description":"Managing users"},{"name":"Roles","description":"Managing roles"},{"name":"Subscriptions","description":"Managing subscriptions"},{"name":"Organizations","description":"Managing organizations"},{"name":"Refresh Token","description":"Refresh the access token."}],"x-parser-conf":{"overview":{"markdownPath":"reference/overview-scc-organizations.md"}},"openapi":"3.1.0","servers":[{"url":"https://api.security.cisco.com/{basePath}","description":"Security Cloud Control (SCC) base server URL","variables":{"basePath":{"description":"API base path version","default":"v1"}}}],"securitySchemes":{"bearerHttpAuthentication":{"type":"http","description":"JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'.\nRequired scopes: security:enterprise:member (Read organizations),\nsecurity:enterprise:admin (Write organizations)\n","scheme":"bearer","bearerFormat":"JWT"},"refreshTokenAuth":{"type":"http","description":"Refresh token for obtaining a new access token","scheme":"bearer","bearerFormat":"JWT"}}},"spec":{"type":"object","description":"The properties of the organization.","properties":{"name":{"type":"string","description":"The name of the organization.","example":"Acme Corporation"},"regionCode":{"type":"string","description":"The code for the region where the system deployed the organization in Security Cloud Control.","enum":["NAM","US","CA","EU","APJC","AU","IN"],"example":"NAM"},"type":{"type":"string","description":"The type of the organization for creation: `MANAGED`.","example":"MANAGED"}},"required":["name","regionCode","type"],"$$ref":"#/components/schemas/CreateOrganizationRequest","title":"CreateOrganizationRequest"}}