conjur-api-dotnet
conjur-api-dotnet copied to clipboard
Add Batch Secret Retrieval
Is your feature request related to a problem? Please describe.
Adding batch secret retrieval similar to the REST API
Describe alternatives you have considered
This can be done manually, by using ListVariables() to grab the list and looping through to retrieve each secret, but will have to be done separately for each application.