Expand description
All structure needed by RustHound-CE.
Example in rust:
let user = User::new();
let group = Group::new();
let computer = Computer::new();
let ou = Ou::new();
let gpo = Gpo::new();
let domain = Domain::new();
let container = Container::new();