Obtén el estado de las credenciales de Dataprev
Devuelve el estado no secreto de las credenciales de Dataprev almacenadas del tenant (presencia del certificado + fingerprint + expiración, presencia de oauth). Cuando no hay nada almacenado, devuelve 200 con ambos indicadores de presencia en false, NO 404. NUNCA devuelve material secreto.
Autorizaciones
JWT bearer token issued by the identity provider.
Respuesta
OK
Whether a client certificate is stored for the tenant.
Whether OAuth2 client_credentials are stored for the tenant.
External rail the credentials belong to.
"dataprev"
Last-update timestamp (RFC 3339, UTC).
"2026-06-23T12:00:00Z"
SHA-256 hex fingerprint of the stored certificate (absent when none).
"3b1f...c0"
RFC 3339 cert expiry (UTC); absent when no cert is stored.
"2027-01-01T00:00:00Z"

