Open cdhunt opened 3 years ago
There are a lot of fields in a loosely structured format for just a Login item. To make it more complicated, those fields don't even show up in the login template. I think the best approach will be to build some canned property mappings based on the template.
Iterate through the keys provided in
$AdditionalParameters
forSet-Secret
and where there's a matching key in the op template, set the value.On
Get-Secret
pass those key-values as NoteProperties. Maybe? Is that a good idea?