[Vault CSI Provider] Get all variables from Vault path instead of list it many times

I am still new to Vault. I followed this guide and did it successfully Vault CSI Provider .
Do we have a way to get all of the variables from a specific path? I don’t want to declare multiple times for this (for example, if I have more than 10 variables, so I must declare it 10 times).

objects: |
      - objectName: "credentials"
        secretPath: "test-cluster/data/test-path"
        secretKey: "credentials"
      - objectName: "config"
        secretPath: "test-cluster/data/test-path"
        secretKey: "config"
      - objectName: "test"
        secretPath: "test-cluster/data/test-path"
        secretKey: "test"