Proofpoint ITM API client library
Project description
proofpoint_itm
Proofpoint ITM API client library for python
Installation
python -m pip install proofpoint_itm
Usage
Create a front end script to import the ITMClient class and create a new ITMClient object by passing in the tenant ID (first part of the admin console url), API Client ID, and client secret as a dict.
from proofpoint_itm import ITMClient
itm_client = ITMClient(
{
'tenant_id': <tenant id>,
'client_id': <api client id>,
'client_secret': <api client secret>
}
)
Documentation
General documentation can be found here: proofpoint_itm documentation
Detailed API reference documentation here: API Reference
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
proofpoint_itm-0.5.0.tar.gz
(13.9 kB
view hashes)
Built Distribution
Close
Hashes for proofpoint_itm-0.5.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0de4f3e1a1afb19116969eef566689346ed41f2478815d1db4b9ab12e99bed6 |
|
MD5 | c6e1c8d71f719e663a47c77d98d59650 |
|
BLAKE2b-256 | e2902c885e50f75fd3660b7252fe65a9cdaaf78b24d25c3a8fb237c75398782e |