{"type":"model","meta":{"id":"/apps/pubhub/media/cisco-security-cloud-control-api-documentation/d6c0fb3e4b24daf57722d9b7e2da9fb62a101408/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.0"},"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 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":"Managed organization operation item for group management","properties":{"operation":{"type":"string","description":"Operation type. Either add or remove.","enum":["add","remove"],"example":"add"},"id":{"type":"string","description":"ID of the managed organization to add/remove the group to/from","example":"Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE"}},"required":["id","operation"],"$$ref":"#/components/schemas/ManagedOrgOperationItem","title":"ManagedOrgOperationItem"}}