I have developed the setup page of my TA using setupview. On Splunk instance, I have installed my TA and other TAs also.
I am fetching storage credentials of my TA's "password.conf" file using Splunk JS SDK's storagePasswords. But this returns storage credentials of "password.conf" from other TAs that are installed on Splunk instance.
How to get storage credentials of only my TA's "password.conf" file using Splunk JS SDK's storagePasswords?