{"type":"api","title":"List Application Access Scopes","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/d2a1854d5c0ed9069a7f0bc54a9b813f3075ddc9/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":{"tags":["Apps"],"description":"Get all of the access scopes for a given application.","operationId":"listApplicationAccessScopes","summary":"List Application Access Scopes","parameters":[{"description":"The ID of the app.","example":"G8qz0A239V","in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"category":{"type":"object","description":"The scope categories resource returns information on the access scopes, which exist per each category.\nScope category strings: `FDATA` (full data access), `BINFO` (basic info), `LACES` (limited access to data and files),\n`PINFO` (payment information), and `INBO`X (access inbox or contact information).","properties":{"title":{"type":"string","description":"The categories title, for example: `Basic Information`."},"category_id":{"type":"string","description":"The category id. For example: `FDATA`, `BINFO`, `LACES`, and `PINFO`.","example":"FDATA"}},"$$ref":"#/components/schemas/ScopeCategory"},"id":{"type":"string","description":"The internal Cloudlock ID for the access scope."},"description":{"type":"string","description":"A verbose description of the access scope, for example: `View your email address`."},"friendly_name":{"type":"string","description":"The name of the access scope. In the UI this is the `ACCESS SCOPE` in the Access Scopes table. For example: `Userinfo - Email`."},"url":{"type":"string","description":"The url to the access scope. For example: 'https://www.googleapis.com/auth/userinfo.email'."}},"$$ref":"#/components/schemas/AccessScope"}},"examples":{"response":{"value":[{"category":{"id":"BINFO","title":"Basic Information"},"description":"View your email address","friendly_name":"Userinfo - Email","id":"1gk4vvW4Mq","url":"https://www.googleapis.com/auth/userinfo.email"},{"category":{"id":"LACES","title":"Limited Access to Data and Files"},"description":"Insert moments to a Google+ profile.","friendly_name":"Google+ API: Moments","id":"ZkL4dryz1o","url":"https://www.googleapis.com/auth/plus.moments.write"}]}}}}},"400":{"description":"Invalid request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/400Error"},"401":{"description":"Unauthorized request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/401Error"},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/403Error"},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/404Error"},"500":{"description":"Server error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}}}}},"$$ref":"#/components/responses/500Error"}},"__originalOperationId":"listApplicationAccessScopes","method":"get","path":"/apps/{id}/access_scopes"}}