OidcEndPointHealthStatus
OidcEndPointHealthStatus
The health status of the OIDC End Point
JSON Example
{
"errors": [
{
"error_detail": "string",
"error_type": "string"
}
],
"result": "string"
}
array of
OidcHealthCheckError
errors
Optional
Details about errors encountered while checking the health of the OIDC endpoint.
string
result
Optional
Overall result of the health check. If the check was completely successful, the status will be SUCCESS. If one or more problems were found, the status will be FAILURE and the errors property will contain more information about the failure(s).
Possible values are :
SUCCESS,
FAILURE,