Fetch user name and password for a data store
get/admin/dataStores/{dataStoreId}/credentials
Retrieves the data store user name and password. Other metadata about the data store is not included in the response. This endpoint requires the "svi.administration.datastore_credentials" capability. Be careful about who is given this capability. This endpoint is designed to be used by other SAS services that need the data store credentials.
1{2 "description": "Example of a Data Store credential object.",3 "value": {4 "username": "testUser",5 "password": "dGVzdFBhc3N3b3JkMTIz"6 }7}