EmergencyClient
API Client with a long-lived privileged bearer access token to facilitate API-based access in emergency scenarios
{
"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"
}
Bearer access token string
The date on which the access token for this emergency client expires
Active / expired status for tokens generated for emergency clients
Time-To-Live lifespan in minutes of the access token for this emergency client
Description for the emergency client
Unique string that is used as the principal for this emergency client
Friendly name for the emergency client
The OIDC issuer URL of the identity broker that generated this emergency client
The token endpoint URL of the identity broker that generated this emergency client