v1

latestOpenAPI 3.0.12026-07-17387979.8 KB

An Array of key managers configured

this will provide key managers configured

get/keymanagers

Headers

xWSO2Tenantstring required

This is used to specify the tenant domain, where the resource need to be retrieved from.

Response

An array of key managers

uuidstring
namestring
typestring
enabledboolean
organizationstring
additionalPropertiesobject
tokenType'EXCHANGED' | 'DIRECT' | 'BOTH'

The type of the tokens to be used (exchanged or without exchanged). Accepted values are EXCHANGED, DIRECT or BOTH.

Example response

[
  {
    "tokenType": "EXCHANGED"
  }
]