IPWorks Auth 2020 Python Edition

Questions / Feedback?

on_group_list Event

Fired for each group entry returned.

Syntax

class ActiveDirectoryGroupListEventParams(object):
  @property
  def name() -> str: ...
  @property
  def description() -> str: ...
  @property
  def dn() -> str: ...

# In class ActiveDirectory:
@property
def on_group_list() -> Callable[[ActiveDirectoryGroupListEventParams], None]: ...
@on_group_list.setter
def on_group_list(event_hook: Callable[[ActiveDirectoryGroupListEventParams], None]) -> None: ...

Remarks

This event is fired once for each group entry returned when either of the list_groups or list_user_groups methods are called.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Python Edition - Version 20.0 [Build 8155]