Mark Tripod
Mark Tripod
## Description Two new examples for the Accounts API are proposed to illustrate both the extraction of existing application integrations from a child account via a parent account API as...
## Description Added the following two methods to the Admin client module bulk_add_users() bulk_operations() Also added a new unittest for both methods: tests/admin/test_bulk.py ## Motivation and Context This change was...
## Description Update report_user_by_email.py example ## Motivation and Context Make use of the newly added get_user_by_email() duo_client_python method() ## How Has This Been Tested? Manual testing ## Types of Changes...
## Description Add pip installation step for requirements.txt to the README instructions ## Motivation and Context The explicit step to install the required python packages prior to execution of setup.py...
Tested-by: new test case in tests/admin/test_desktop_authenticators.py ## Description Added the following new methods to support usage of the /admin/v1/desktop_authenticators endpoint - get_desktop_authenticators_generator() - get_desktop_authenticators() - get_desktop_authenticator_by_key() - delete_desktop_authenticator() ## Motivation...