duosecurity / duo_client_python

Python library for interacting with the Duo Auth, Admin, and Accounts APIs
https://duo.com/docs/
Other
136 stars 136 forks source link

chore: update_integration() function parameter clarification. Closes #280 #281

Open MarkTripod-Duo opened 3 weeks ago

MarkTripod-Duo commented 3 weeks ago

add policy_key parameter add deprecation warning for visual_style parameter

Tested-by: manual testing

Description

Added a deprecation warning to the 'visual_style' argument processing. Added new parameter for 'policy_key' to support setting of application level custom policy value.

Motivation and Context

Changes are made to bring client closer to available Admin API endpoint functionality.

How Has This Been Tested?

Tested manually on a local virtual environment.

Types of Changes