Closed jaherne-duo closed 1 year ago
Adds a new method get_policy_summary_v2 for the /admin/v2/policies/summary endpoint
get_policy_summary_v2
/admin/v2/policies/summary
Gives access to new policy API endpoint.
Added a new test, verified that the new endpoint works as expected.
LGTM! Possibly in the future we can add this to the policy api example at https://github.com/duosecurity/duo_client_python/blob/master/examples/policies.py but I won't block this PR on that.
Description
Adds a new method
get_policy_summary_v2
for the/admin/v2/policies/summary
endpointMotivation and Context
Gives access to new policy API endpoint.
How Has This Been Tested?
Added a new test, verified that the new endpoint works as expected.
Types of Changes