List DCR Providers
Returns a paginated collection of DCR providers.
Query parameters
The maximum number of items to include per page. The last page of a collection may include fewer items.
Determines which page of the entities to retrieve.
Sorts a collection of DCR Providers. Supported sort attributes are:
- created_at
- updated_at
- provider_type
- issuer
- name
filters DCR Providers by their id
filters DCR Providers by their id (alias for filter[id][eq])
filters DCR Providers by their id with a supplied substring
filters DCR Providers by their issuer
filters DCR Providers by their issuer (alias for filter[issuer][eq])
filters DCR Providers by their issuer with a supplied substring
filters DCR Providers by their name
filters DCR Providers by their name (alias for filter[name][eq])
filters DCR Providers by their name with a supplied substring
filters DCR Providers by their provider type
filters DCR Providers by their provider type (alias for filter[provider_type][eq])
filters DCR Providers by their initial client id
filters DCR Providers by their initial client id (alias for filter[initial_client_id][eq])
filters DCR Providers by their initial client id with a supplied substring
filters DCR Providers by their initial client audience
filters DCR Providers by their initial client audience (alias for filter[initial_client_audience][eq])
filters DCR Providers by their initial client audience with a supplied substring
Response
A paginated list response for a collection of DCR providers
Example response
{
"data": [
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}
],
"meta": {
"page": {
"number": 1,
"size": 10,
"total": 100
}
}
}Changes
Changed in 8 of the 75 revisions of this API.10318
- ○
the
provider_typeresponse property const valueauth0was added for the status200response-property-const-added
- ○
the
provider_typeresponse property const valueazureAdwas added for the status200response-property-const-added
- ○
the
provider_typeresponse property const valuecuritywas added for the status200response-property-const-added
- ○
the
provider_typeresponse property const valuehttpwas added for the status200response-property-const-added
- ○
the
provider_typeresponse property const valuekongIdentitywas added for the status200response-property-const-added
- ○
the
provider_typeresponse property const valueoktawas added for the status200response-property-const-added
- ○
removed the
auth0enum value from thedata/items/allOf[subschema #2]/oneOf[subschema #1: DCR provider - Auth0]/provider_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
azureAdenum value from thedata/items/allOf[subschema #2]/oneOf[subschema #2: DCR provider - Azure AD]/provider_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
curityenum value from thedata/items/allOf[subschema #2]/oneOf[subschema #3: DCR provider - Curity]/provider_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
httpenum value from thedata/items/allOf[subschema #2]/oneOf[subschema #6: DCR provider - HTTP]/provider_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
kongIdentityenum value from thedata/items/allOf[subschema #2]/oneOf[subschema #5: DCR provider - Kong Identity]/provider_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
oktaenum value from thedata/items/allOf[subschema #2]/oneOf[subschema #4: DCR provider - OKTA]/provider_typeresponse property for the response status200response-property-enum-value-removed
- ○
- ▲
added
DcrProviderKongIdentityto thedata/items/allOf[subschema #2]/response propertyoneOflist for the response status200response-property-one-of-added
- ○
added
kongIdentitydiscriminator mapping keys to thedata/items/allOf[subschema #2]/response property for the response status200response-property-discriminator-mapping-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added
auth0azureAdcurityoktahttpdiscriminator mapping keys to thedata/items/allOf[subschema #2]/response property for the response status200response-property-discriminator-mapping-added
- ○
- ●
removed the optional property
data/items/allOf[subschema #2]/oneOf[subschema #2: DCR provider - Azure AD]/dcr_config/allow_multiple_credentialsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/allOf[subschema #2]/oneOf[subschema #4: DCR provider - OKTA]/dcr_config/allow_multiple_credentialsfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
data/items/allOf[subschema #2]/oneOf[subschema #2: DCR provider - Azure AD]/dcr_config/allow_multiple_credentialsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/allOf[subschema #2]/oneOf[subschema #4: DCR provider - OKTA]/dcr_config/allow_multiple_credentialsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/allOf[subschema #2]/oneOf[subschema #5: DCR provider - HTTP]/dcr_config/allow_multiple_credentialsto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
detailbecame nullable for the status401response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status401response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status401response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status401response-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○