{"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","properties":{"id":{"type":"string","description":"The unique internal identifier for the asset."},"vendor":{"type":"object","properties":{"name":{"type":"string","description":"The name of the vendor. For example: google."}},"$$ref":"#/components/schemas/Vendor"},"origin_id":{"type":"string","description":"The unique identifier for the asset provided by the origin platform/vendor."},"origin_type":{"type":"string","description":"The equivalent to vendor_type.","example":"document, post, event, app, site"},"asset_type":{"type":"string","description":"google_document, google_spreadsheet, google_form, google_drawing","example":"google_presentation, google_site, folder, non_native_file, pdf"},"owners":{"type":"array","items":{"type":"object","description":"The permissions corresponding to the owners of the asset.","properties":{"type":{"type":"string","description":"The type of permission.","example":"(current values are Google specific)"},"role":{"type":"string","description":"The role associated with the permission (current values are Google specific).","example":"reader, writer, owner"},"value":{"type":"string","description":"The email address or domain address for the permission.","example":"admin@domain.com"}},"$$ref":"#/components/schemas/PermissionResource"}},"mime_type":{"type":"string"},"exposure":{"type":"string","description":"The exposure level of the document.","example":"public, externally shared, organization-wide, internally shared, private"},"collaborators_count":{"type":"integer","description":"The total number of collaborators on an asset."},"name":{"type":"string","description":"The title, name of the asset."},"size":{"type":"integer","description":"The size of the asset in bytes."},"updated_at":{"type":"string","description":"The last time the asset has been modified, specified as a timestamp in UTC."},"created_at":{"type":"string","description":"The time at which the asset was created, specified as a timestamp in UTC."},"direct_url":{"type":"string","description":"The URL for the asset."},"collaborators":{"type":"array","items":{"type":"object","description":"The permissions corresponding to the owners of the asset.","properties":{"type":{"type":"string","description":"The type of permission.","example":"(current values are Google specific)"},"role":{"type":"string","description":"The role associated with the permission (current values are Google specific).","example":"reader, writer, owner"},"value":{"type":"string","description":"The email address or domain address for the permission.","example":"admin@domain.com"}},"$$ref":"#/components/schemas/PermissionResource"}}},"$$ref":"#/components/schemas/EntitiesCollection","title":"EntitiesCollection"}}