Skip to main content

List credentials by type

GET 

/credentialsKeyedByType

Returns a dictionary of all credentials stored on the hub, organized by credential type. Each key in the response is a credential type (such as Shell or Database), and the value is the list of credential keys of that type.

Request

Responses

Dictionary<CredentialType,List>