Get all datasources with basicAuthUser and basicAuthPassword attributes

Hello,

I’m trying to get all Datasources using the GET /api/datasources but the result doesn’t contain the below attributes :

“basicAuthUser”: “****”,
“basicAuthPassword”: “*****”,

I can only get this attributes by calling each datasource independently.

Is there a way to solve this ?

Thanks