List App Auth Strategies
Returns a paginated collection of application auth strategies.
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 application auth strategies. Supported sort attributes are:
- created_at
- updated_at
- strategy_type
- name
- display_name
- dcr_provider_id
- dcr_provider_name
- dcr_provider_type
Filter application auth strategies returned in the response.
Response
A paginated list response for a collection of application auth strategies.
Example response
{
"data": [
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"dcr_provider": {
"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 10 of the 75 revisions of this API.16107
- ●
added the new
kongIdentityenum value to thedata/items/oneOf[subschema #1: AppAuthStrategyKeyAuthResponse]/dcr_provider/provider_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
kongIdentityenum value to thedata/items/oneOf[subschema #2: AppAuthStrategyOpenIDConnectResponse]/dcr_provider/provider_typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
data/items/oneOf[subschema #1: AppAuthStrategyKeyAuthResponse]/principalsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[subschema #2: AppAuthStrategyOpenIDConnectResponse]/principalsto the response with the200statusresponse-optional-property-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
data/items/oneOf[subschema #1: AppAuthStrategyKeyAuthResponse]/supports_multiple_credentialsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/oneOf[subschema #2: AppAuthStrategyOpenIDConnectResponse]/supports_multiple_credentialsto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/oneOf[subschema #1: AppAuthStrategyKeyAuthResponse]/configs/key-auth/ttlto 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
data/items/oneOf[subschema #1: AppAuthStrategyKeyAuthResponse]/configs/key-auth/key_namesbecame nullable for the status200response-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
- ▲
- ▲
for the
queryrequest parameterfilter, the type/format of propertydcr_provider_idwas specialized from/toobject/request-parameter-property-type-specialized
- ▲
for the
queryrequest parameterfilter, the type/format of propertydcr_provider_namewas specialized from/toobject/request-parameter-property-type-specialized
- ▲
for the
queryrequest parameterfilter, the type/format of propertydcr_provider_typewas specialized from/toobject/request-parameter-property-type-specialized
- ▲
for the
queryrequest parameterfilter, the type/format of propertydisplay_namewas specialized from/toobject/request-parameter-property-type-specialized
- ▲
for the
queryrequest parameterfilter, the type/format of propertynamewas specialized from/toobject/request-parameter-property-type-specialized
- ▲
for the
queryrequest parameterfilter, the type/format of propertystrategy_typewas specialized from/toobject/request-parameter-property-type-specialized
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
for the
queryrequest parameterfilter, the type/format of propertydcr_provider_idwas changed fromobject/to/request-parameter-property-type-changed
- ●
for the
queryrequest parameterfilter, the type/format of propertydcr_provider_namewas changed fromobject/to/request-parameter-property-type-changed
- ●
for the
queryrequest parameterfilter, the type/format of propertydcr_provider_typewas changed fromobject/to/request-parameter-property-type-changed
- ●
for the
queryrequest parameterfilter, the type/format of propertydisplay_namewas changed fromobject/to/request-parameter-property-type-changed
- ●
for the
queryrequest parameterfilter, the type/format of propertynamewas changed fromobject/to/request-parameter-property-type-changed
- ●
for the
queryrequest parameterfilter, the type/format of propertystrategy_typewas changed fromobject/to/request-parameter-property-type-changed
- ●
- ●
removed the optional property
data/items/oneOf[subschema #2: AppAuthStrategyOpenIDConnectResponse]/configs/openid-connect/labelsfrom the response with the200statusresponse-optional-property-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added
key_authopenid_connectdiscriminator mapping keys to thedata/items/response property for the response status200response-property-discriminator-mapping-added
- ○
- ○
endpoint added
endpoint-added
- ○