Gets the list of preferred credentials for the given Managed Database.

GET {{baseUrl}}/managedDatabases/:managedDatabaseId/preferredCredentials

Gets the list of preferred credentials for a given Managed Database.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
Acceptstring

RESPONSES

status: OK

{"items":[{"credentialName":"\u003cstring\u003e","status":"SET","isAccessible":"\u003cboolean\u003e","namedCredentialId":"\u003cstring\u003e","passwordSecretId":"\u003cstring\u003e","role":"NORMAL","userName":"\u003cstring\u003e"},{"credentialName":"\u003cstring\u003e","status":"NOT_SET","isAccessible":"\u003cboolean\u003e","namedCredentialId":"\u003cstring\u003e","passwordSecretId":"\u003cstring\u003e","role":"SYSDBA","userName":"\u003cstring\u003e"}]}