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

feat: add registered_devices methods to client.Admin #276

Closed MarkTripod-Duo closed 3 months ago

MarkTripod-Duo commented 3 months ago

feat: add registered_devices methods to client.Admin Tested-by: new test case in tests/admin/test_registered_devices.py

Description

Add new methods for administering Duo Desktop registered devices to the Admin client

Motivation and Context

Expand client library functionality to more closely match available API endpoints

How Has This Been Tested?

Tested via new automated test cases defined in tests/admin/test_registered_devices.py

Types of Changes