Hey folks–
I am a bit stuck on getting the information I need from the python API. In some cases, there are going to be instances where the current version of a secret password is not what I want due to the timing of a password being changed. In this case, if the latest password fails, I want to be able to grab the previous version of the password. I have been told that this is done via the secrets version value. The problem, however, is I cannot ever get this value from the python API because the returned resource_list is filtered down to just the id entry.
This in turn means that a call to get or get_many cannot return the information in the secrets value of the dictionary.
Is there a way in the python API to get this full dictionary for each ID instead of just the limited list of IDs?
Thanks,
Dan