SearchRequestMedia

SearchRequestMedia
SearchRequestMedia

Represents a SCIM 2 search request

JSON Example
{
    "attributes": [
        "string"
    ],
    "count": 100,
    "filter": "string",
    "sortOrder": "descending",
    "startIndex": 1,
    "excludedAttributes": [
        "string"
    ],
    "sortBy": "string",
    "id": "string",
    "externalId": "string",
    "meta": {
        "location": "string",
        "version": "string",
        "lastModified": "string",
        "resourceType": "string",
        "created": "string"
    },
    "schemas": [
        "string"
    ]
}
array of string
attributes
Optional

A multi-valued list of strings indicating the names of resource attributes to return in the response overriding the set of attributes that would be returned by default

integer As int32 As int32
count
Optional

An integer indicating the desired maximum number of query results per page

string
filter
Optional

The filter string used to request a subset of resources

string
sortOrder
Optional

A string indicating the order in which the sortBy parameter is applied

Possible values are : ascending, descending,
integer As int32 As int32
startIndex
Optional

An integer indicating the 1-based index of the first query result

array of string
excludedAttributes
Optional

A multi-valued list of strings indicating the names of resource attributes to be removed from the default set of attributes to return

string
sortBy
Optional

A string indicating the attribute whose value shall be used to order the returned responses

string
id
Optional

The unique identifier of the SCIM resource

string
externalId
Optional

The SCIM resource external identifier

meta
Optional

meta

array of string
schemas
Optional

The SCIM resource schema URIs