identixone.api.notifications.v1 package

Submodules

identixone.api.notifications.v1.notifications module

class identixone.api.notifications.v1.notifications.Notifications(http_client)[source]

Bases: object

create(name, is_active, transport, destination_url=None, conf_thresholds=None, age_from=None, age_to=None, sex=None, moods=None, liveness=None, sources=None, http_method=None)[source]
delete(notification_id)[source]
get(notification_id)[source]
list(**kwargs)[source]
update(notification_id, **kwargs)[source]

Module contents