:py:mod:`dissect.database.ese.ntds.objects.physicallocation` ============================================================ .. py:module:: dissect.database.ese.ntds.objects.physicallocation Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.database.ese.ntds.objects.physicallocation.PhysicalLocation .. py:class:: PhysicalLocation(db: dissect.database.ese.ntds.database.Database, record: dissect.database.ese.record.Record) Bases: :py:obj:`dissect.database.ese.ntds.objects.locality.Locality` Represents a physical location object in the Active Directory. .. rubric:: References - https://learn.microsoft.com/en-us/windows/win32/adschema/c-physicallocation .. py:attribute:: __object_class__ :value: 'physicalLocation' .. py:method:: managed_by() -> collections.abc.Iterator[dissect.database.ese.ntds.objects.Object] Return the objects that manage this physical location.