File: README.md

package info (click to toggle)
python-duo-client 5.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 768 kB
  • sloc: python: 7,105; sh: 6; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 703 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Duo Admin API Examples Overview


## Examples

This folder contains various examples to illustrate the usage of the `Admin` module within the 
`duo_client_python` library.  The Duo Admin API is primarily intended for automating the management
account level elements within a customer configuration such as:

- Users
- Groups
- Phones/Tablets
- Tokens
- Application integrations
- Policies
- Logs

# Using

To run an example query, execute a command like the following from the repo root:
```python
$ python3 examples/Admin/report_users_and_phones.py
```

Or, from within this folder:
```python
$ python3 report_users_and_phones.py
```

# Tested Against Python Versions
* 3.7
* 3.8
* 3.9
* 3.10
* 3.11