SCIM Operations
The PingOne SCIM API supports retrieveing information regarding SCIM and the service itself. Specifically, you can retrieve:
SCIM2 Resource Types data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String[] |
N/A |
Read-only |
Array of schema URNs used by the service for |
|
Integer |
N/A |
Read-only |
Number of resource types returned. |
|
Object[] |
N/A |
Read-only |
Array of objects that describe each resource type. |
|
String[] |
N/A |
Read-only |
Array of schemas used by the resource type. |
|
String |
N/A |
Read-only |
Unique identifier of the resource type. |
|
Object |
N/A |
Read-only |
This information is assembled by the PingOne SCIM API itself. All sub-attributes have a mutability of Read-only. This attribute should be ignored when it is provided by clients. |
|
String |
N/A |
Read-only |
The resource type of the resource type, which is always |
|
String |
N/A |
Read-only |
A URI indicating the path to the SCIM resource. This is generated by the PingOne SCIM API itself, and indicates the path to the resource from a SCIM client’s perspective. |
|
String |
N/A |
Read-only |
Name of the resource type. |
|
String |
N/A |
Read-only |
Description of the resource type. |
|
String |
N/A |
Read-only |
The endpoint to reach the resource type. This is what appears in the URL after the scheme (protocol), domain, and |
|
String[] |
N/A |
Read-only |
URN of the schema of the resource type. |
|
Object[] |
N/A |
Read-only |
Any extension schemas used by the resource type. |
|
String |
N/A |
Read-only |
URN of the extension schema. |
|
Boolean |
N/A |
Read-only |
Whether the extension schema is required for the resource type. |
Schema data model
The response to Read SCIM2 Schemas is the definition, in JSON format, of the data models in SCIM Users and Direct-mapped Users.
Service Provider Configuration data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Object[] |
N/A |
Read-only |
Array that specifies supported authentication scheme properties. |
|
String |
N/A |
Read-only |
A description of the authentication scheme. |
|
String |
N/A |
Read-only |
An HTTP-addressable URL pointing to the authentication scheme’s usage documentation. |
|
String |
N/A |
Read-only |
The common authentication scheme name. |
|
Boolean |
N/A |
Read-only |
Whether this scheme is the primary (preferred) authentication scheme. |
|
String |
N/A |
Read-only |
An HTTP-addressable URL pointing to the authentication scheme’s specification. |
|
String |
N/A |
Read-only |
The authentication type. Can be |
|
Integer |
N/A |
Read-only |
Maximum number of bulk operations permitted in a request. |
|
Integer |
N/A |
Read-only |
Maximum size of a request body for bulk operations. |
|
Boolean |
N/A |
Read-only |
Whether bulk operations are supported. |
|
Boolean |
N/A |
Read-only |
Whether changing user passwords is supported. |
|
Boolean |
N/A |
Read-only |
Whether HTTP entity-tags are supported in the SCIM |
|
Integer |
N/A |
Read-only |
Maximum number of results returned by a request. |
|
Boolean |
N/A |
Read-only |
Whether filtering of results is supported. |
|
Object |
N/A |
Read-only |
This information is assembled by the PingOne SCIM API itself. All sub-attributes have a mutability of Read-only. This attribute should be ignored when it is provided by clients. |
|
DateTime |
N/A |
Read-only |
Date and time when the resource was created. |
|
DateTime |
N/A |
Read-only |
Date and time when the resource was last updated. |
|
String |
N/A |
Read-only |
A URI indicating the path to the SCIM resource. This is generated by the PingOne SCIM API itself, and indicates the path to the resource from a SCIM client’s perspective. |
|
String |
N/A |
Read-only |
Type of the SCIM resource, which is always |
|
String |
N/A |
Read-only |
Version of the SCIM resource. |
|
Boolean |
N/A |
Read-only |
Whether SCIM PATCH operations are supported. |
|
String[] |
N/A |
Read-only |
Array of schemas used by the service for |
|
Boolean |
N/A |
Read-only |
Whether sorting of results is supported. |