{
  "args": {
    "function_app_id": {
      "desc": "The encoded ID of the app",
      "example": "A12345",
      "required": false,
      "type": "string"
    },
    "function_callback_id": {
      "desc": "The callback ID defined in the function's definition file",
      "example": "my_function",
      "required": false,
      "type": "string"
    },
    "function_id": {
      "desc": "The encoded ID of the function",
      "example": "Fn12345",
      "required": false,
      "type": "string"
    }
  },
  "desc": "List the access type of a custom slack function and include the users, team or org ids with access if its permission\\_type is set to named\\_entities",
  "errors": {
    "app_not_found": "This app does not exist.",
    "function_not_found": "This function does not exist.",
    "unknown_method": "This method does not exist.",
    "user_not_found": "One or more of the named entities was not found."
  },
  "rate_limit": {
    "label": "Tier 3: 50+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {}
}

