Make it easier for tools and automations to update the Passport configuration
How Has This Been Tested?
Added a unit test to ensure arguments are passed correctly.
❯ nose2
........................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 216 tests in 0.140s
OK
Description
Create a method to call the API endpoint that creates or updates a customer's Passport configuration https://duo.com/docs/adminapi#passport
Motivation and Context
Make it easier for tools and automations to update the Passport configuration
How Has This Been Tested?
Added a unit test to ensure arguments are passed correctly.
Tested locally against a development server:
Types of Changes