Hello,
Right now, we can manage DCM connections through API.

However, a connection is an object composed of :
-a datasource (like my sharepoint tenant or this specific postgresql database)
-credentials (my user / password or a token)
When creating a DCM connection, credentials and datasource are required but you can't create (or even get) it through API independantly.
So basically what I would like :
-management of datasources
-management of connection (and when creating, either creating a new datasource or referring to an existing datasource)
-management of credentials
I feel like we're in the middle of the bridge here, with an almost awesome solution but not finished.
NB : I understand we can't get credentials secret but being able to create it would be great.
Best regards,
Simon