Factset · JSON Structure

Factset Procure To Pay Scim Service Provider Config Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

ServiceProviderConfig is a JSON Structure definition published by Factset, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

schemas documentationUri patch bulk filter changePassword sort etag authenticationSchemes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceProviderConfig",
  "type": "object",
  "properties": {
    "schemas": {
      "type": "array"
    },
    "documentationUri": {
      "type": "string"
    },
    "patch": {
      "type": "object"
    },
    "bulk": {
      "type": "object"
    },
    "filter": {
      "type": "object"
    },
    "changePassword": {
      "type": "object"
    },
    "sort": {
      "type": "object"
    },
    "etag": {
      "type": "object"
    },
    "authenticationSchemes": {
      "type": "object"
    }
  }
}