{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/495d3007-5769-37cd-a38a-fad9a57c7234","info":{"title":"Cisco Secure Access Roaming Computers API","version":"2.0.0","description":"Manage the roaming computers in the organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Roaming Computers"},{"name":"Organization Information"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/deployments/roaming-computers-overview.md","uri":"secure-access-api-reference-roaming-computers-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"Client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"deployments.roamingcomputers:write":"Write deployments roaming computers","deployments.roamingcomputers:read":"Read deployments roaming computers","deployments.roamingcomputersOrgInfo:read":"Read deployments roaming computers and OrgInfo properties"}}}}}},"spec":{"type":"object","description":"The OrgInfo.json properties for deploying the Cisco Secure Client on user devices in the organization.\nThe Cisco Secure Client with the Internet Security module requires the OrgInfo.json properties.","required":["organizationId","fingerprint","userId"],"properties":{"organizationId":{"type":"integer","description":"The organization ID.","example":1245678},"fingerprint":{"type":"string","description":"A hash that is used to register the Cisco Secure Client on users devices in the organization.","example":"example-fingerprint"},"userId":{"type":"integer","format":"int32","description":"The first 32 bits of the API key ID.","example":1456890}},"$$ref":"#/components/schemas/OrgInfo","title":"OrgInfo"}}