{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/eadd0b56-ea60-32bd-a1aa-155c29b52bed","info":{"title":"Cisco Cloudlock API","description":"The Cloudlock API provides data about an organization's activities, apps, incidents, and policies.","version":"1.0.0","contact":{"name":"Cloud Security Developer Community"}},"tags":[{"name":"Activities"},{"name":"Apps"},{"name":"Entities"},{"name":"Incidents"},{"name":"Incident Aggregates"},{"name":"Incident Entities"},{"name":"IP Libraries"},{"name":"Policies"}],"openapi":"3.0.0","servers":[{"url":"https://api.cloudlock.com/api/v2"}]},"spec":{"type":"object","description":"The information about the application.","properties":{"category":{"type":"string","description":"The app's category."},"id":{"type":"string","description":"The internal Cloudlock id for the application."},"install_type":{"type":"string","description":"A string that describes the installation type (across the domain or by a user). Possible values are: domain_wide, user."},"is_revokable":{"type":"boolean","description":"Indicates whether the app can be revoked."},"name":{"type":"string","description":"The name of the application, for example: Google Drive."},"origin_id":{"type":"string","description":"The location where the app was installed."},"trust_rating":{"type":"string","description":"The community trust rating score."},"vendor":{"type":"object","properties":{"name":{"type":"string","description":"The name of the vendor. For example: google."}},"$$ref":"#/components/schemas/Vendor"}},"$$ref":"#/components/schemas/App","title":"App"}}