1Password/connect-sdk-python

Add excludeCharacters property to GeneratorRecipe

volodymyrZotov opened this issue · 1 comments

Currently GeneratorRecipe doesn't have excludeCharacters property.

This feature request is to add excludeCharacters: string to the GeneratorRecipe which is a list of all characters that should be excluded from generated passwords.

https://developer.1password.com/docs/connect/connect-api-reference#item-generatorrecipe-object

I have created a PR that addresses this issue.