TestimoX

API Reference

Class

Model (GpoDelegationExposureService)

Namespace ADPlayground.Delegation.GpoDelegationExposureService
Assembly ADPlayground
Modifiers sealed

Model returned to hosts for reporting.

Inheritance

  • Object
  • Model

Constructors

public Model() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String DomainName { get; set; } #

DNS domain name.

public GpoDelegationView Direct { get; set; } #

Direct (per‑trustee) write/control exposures to non‑admin principals.

public GpoDelegationView Indirect { get; set; } #

Indirect (group) write/control exposures to non‑admin principals.

public IReadOnlyList<GpoAclExposureRecord> DirectWrite { get; set; } #

Flattened records behind Direct.

public IReadOnlyList<GpoAclExposureRecord> IndirectWrite { get; set; } #

Flattened records behind Indirect.

public IReadOnlyList<OwnerRow> OwnersReview { get; set; } #

Ownership rows for review when CREATOR OWNER ACEs appear.

public IReadOnlyList<GpoDenyRow> Deny { get; set; } #

Optional Deny ACEs present on GPOs (enabled via IncludeDeny parameter).