Skip to main content

Returns all ServiceProviderConfig resources.​

This endpoint returns all ServiceProviderConfig resources.

Attributes to include in the response can be specified with the 'attributes' query parameter.

Attributes to exclude from the response can be specified with the 'excludedAttributes' query parameter.

The schema related to ServiceProviderConfig is:

  • urn:ietf:params:scim:schemas:sailpoint:2.0:ServiceProviderConfig
Responses

Returned all SCIM resources for this endpoint.


Schema
  • totalResults integer

    Number of resources returned for this endpoint.

  • startIndex integer

    The starting index of the resource set list. Can be specified with startIndex query parameter.

  • schemas string[]

    SCIM Schema used for response.

  • Resources undefined[]
  • documentationUri string

    An HTTP addressable URL pointing to the service provider's human consumable help documentation.

  • patch object

    A complex type that specifies PATCH configuration options.

  • supported boolean

    Boolean value specifying whether the operation is supported.

  • etag object

    A complex type that specifies ETAG configuration options.

  • supported boolean

    Boolean value specifying whether the operation is supported.

  • bulk object

    A complex type that specifies ETAG configuration options.

  • supported boolean

    Boolean value specifying whether the operation is supported.

  • maxOperations integer

    An integer value specifying the maximum number of operations.

  • maxPayloadSize integer

    An integer value specifying the maximum payload size in bytes.

  • filter object

    A complex type that specifies FILTER options.

  • supported boolean

    Boolean value specifying whether the operation is supported.

  • maxResults integer

    Integer value specifying the maximum number of resources returned in a response.

  • changePassword object

    A complex type that specifies change password options.

  • supported boolean

    Boolean value specifying whether the operation is supported.

  • sort object

    A complex type that specifies sort result options.

  • supported boolean

    Boolean value specifying whether the operation is supported.

  • authenticationSchemes object

    A complex type that specifies supported Authentication Scheme properties.

  • name string

    The common authentication scheme name; e.g., HTTP Basic.

  • description string

    A description of the authentication scheme.

  • specUri string

    An HTTP addressable URL pointing to the Authentication Scheme's specification.

  • documentationUri string

    An HTTP addressable URL pointing to the Authentication Scheme's usage documentation.

  • type string

    Possible values: [oauth, oauth2, oauthbearertoken, httpbasic, httpdigest]

    The authentication scheme.

  • meta object
  • location string

    URL to ServiceProviderConfig resource.

  • resourceType string

    Resource type of the metadata subject.

Loading...