def virtru_tdf3_python.AuditClient.__init__ |
( |
|
const, |
|
|
|
auditUrl |
|
) |
| |
Create Audit Service client instance.
Args:
auditUrl(string): URL where Audit Service is hosted
def virtru_tdf3_python.AuditClient.add_header |
( |
|
header_name, |
|
|
|
header_value |
|
) |
| |
Add additional HTTP header.
Args:
param_name(string): Header Name
param_value(string): Header Value
def virtru_tdf3_python.AuditClient.add_query_param |
( |
|
param_name, |
|
|
|
param_value |
|
) |
| |
Construct query string.
Args:
param_name(string): Query Parameter Name
param_value(string): Query Parameter Value
def virtru_tdf3_python.AuditClient.get_event_byId |
( |
|
event_id | ) |
|
Get an event which matches the provided event id.
Args:
event_id(string): Event Id
Returns:
String that represents single event.
def virtru_tdf3_python.AuditClient.get_events |
( |
| ) |
|
Get all audit events.
Returns:
String that represents all events.
The documentation for this class was generated from the following file: