Skip to content

Latest commit

 

History

History
87 lines (32 loc) · 1.58 KB

PyDSOP.md

File metadata and controls

87 lines (32 loc) · 1.58 KB

PyDSOP

PyDSOP_FILTER_FLAGS Object

An object representing an ActiveDirectory DSOP_FILTER_FLAGS structure

These objects can only be accessed via a PyDSOP_SCOPE_INIT_INFO object.

Properties

PyDSOP_SCOPE_INIT_INFO Object

An object representing an ActiveDirectory

DSOP_SCOPE_INIT_INFO structure.

These objects can only be accessed by indexing a PyDSOP_SCOPE_INIT_INFOs object.

Properties

PyDSOP_SCOPE_INIT_INFOs Object

An object representing an array of PyDSOP_SCOPE_INIT_INFO objects

Comments

You must pass the number of items in the array to the constructor.

Once set, this can not be changed. You can index the index (eg, ob[2]). The

object has no other (interesting) methods or attributes.

These objects are created via adsi::DSOP_SCOPE_INIT_INFOs(size)

PyDSOP_UPLEVEL_FILTER_FLAGS Object

An object representing an ActiveDirectory

DSOP_UPLEVEL_FILTER_FLAGS structure.

These objects can only be accessed via a PyDSOP_FILTER_FLAGS object.

Properties

  • int bothModes

  • int mixedModeOnly

  • int nativeModeOnly