mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-10 06:15:18 +00:00
Introduce collectionid filter for bitwarden parameters (#454)
This commit is contained in:
parent
bb19a8ab8e
commit
0ede4fdfa0
9 changed files with 56 additions and 10 deletions
|
@ -52,6 +52,9 @@ class BitwardenLoginCredentialParameter(Parameter):
|
|||
bitwarden_master_password_aws_secret_key: str
|
||||
# url to request the login credentials from bitwarden
|
||||
url_parameter_key: str
|
||||
# bitwarden collection id to filter the login credentials from,
|
||||
# if not provided, no filtering will be done
|
||||
bitwarden_collection_id: str | None = None
|
||||
|
||||
created_at: datetime
|
||||
modified_at: datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue