NSX-T Data Center REST API
OidcEndPointHealthStatus (type)
{ "addtionalProperties": false, "description": "The health status of the OIDC End Point", "id": "OidcEndPointHealthStatus", "module_id": "CertificateManager", "properties": { "errors": { "description": "Details about errors encountered while checking the health of the OIDC endpoint.", "items": { "$ref": "OidcHealthCheckError }, "title": "Problems with OIDC endpoint health", "type": "array" }, "result": { "description": "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).", "enum": [ "SUCCESS", "FAILURE" ], "readonly": true, "title": "Overall result", "type": "string" } }, "title": "OIDC End Point Health Status", "type": "object" }