EmergencyClients
EmergencyClients
List of emergency clients
JSON Example
{
"emergencyClients": [
{
"accessToken": "string",
"accessTokenExpirationDate": 0,
"accessTokenStatus": "string",
"accessTokenTtl": 0,
"clientDescription": "string",
"clientId": "string",
"clientName": "string",
"oidcIssuerUrl": "string",
"roles": [
{
"expiresAt": 0,
"roleDisplayName": "string",
"roleName": "string",
"roleScope": {
"resources": [
{
"id": "string",
"name": "string"
}
],
"scopeType": "string",
"ssoName": "string"
}
}
],
"tokenEndpointUrl": "string"
}
]
}