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

add gets for custom_branding queries #269

Open madsi1m opened 5 months ago

madsi1m commented 5 months ago

Description

Add gets for custom_branding, draft_custom_branding and custom_messaging that are currently missing

Motivation and Context

It is missing from the lib but documented in the API https://duo.com/docs/adminapi#custom-branding We would like to backup our branding info so added the API calls

How Has This Been Tested?

Yes, works in my environment, does not break anything pre-existing.

Types of Changes