secrets-search-items
secrets-search-items is an autoloaded compiled Lisp function in `secrets.el
'.
(secrets-search-items COLLECTION &rest ATTRIBUTES)
Search items in COLLECTION with ATTRIBUTES.
ATTRIBUTES are key-value pairs. The keys are keyword symbols,
starting with a colon. Example:
(secrets-create-item "Tramp collection" "item" "geheim"
:method "sudo" :user "joe" :host "remote-host")
The object paths of the found items are returned as list.