Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScopeLookupResponse

Interface describing the expected response of a scope lookup request from the portal API, if this property is set on a specific API. When doing a GET on the specified endpoint, this is the format of the data which has to be returned.

Example:

{
   "scope1": {
      "description": "This is scope 1"
   },
   "scope2": {
      "description": "This is another scope"
   }
}

Hierarchy

  • ScopeLookupResponse

Indexable

[scope: string]: { description: string }

Interface describing the expected response of a scope lookup request from the portal API, if this property is set on a specific API. When doing a GET on the specified endpoint, this is the format of the data which has to be returned.

Example:

{
   "scope1": {
      "description": "This is scope 1"
   },
   "scope2": {
      "description": "This is another scope"
   }
}
  • description: string

Generated using TypeDoc