duosecurity / duo_client_python

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

Add methods for bulk policy operations #229

Closed jaherne-duo closed 1 year ago

jaherne-duo commented 1 year ago

Description

Add support for the bulk policy copy and update endpoints.

Motivation and Context

Updates python client to support all endpoints for the policy admin API.

How Has This Been Tested?

Added new tests, updated the existing policy example, tested in dev environment.

Types of Changes