TestimoX

API Reference

Class

SpnStatsResult

Namespace ADPlayground.Kerberos.SpnStatsService
Assembly ADPlayground
Modifiers sealed

Result of an SPN stats query.

Inheritance

  • Object
  • SpnStatsResult

Constructors

Properties

public String Kind { get; set; } #

Account kind scope used for query.

public Boolean EnabledOnly { get; set; } #

When true, disabled accounts were excluded.

public String SpnContains { get; set; } #

Optional substring filter used by query.

public String SpnExact { get; set; } #

Optional exact SPN filter used by query.

public String DomainName { get; set; } #

DNS domain name used for the query.

public String DomainController { get; set; } #

Domain controller explicitly used for the query (empty when engine selected a DC automatically).

public String SearchBaseDn { get; set; } #

Base DN used for the search.

public String LdapFilter { get; set; } #

LDAP filter used for the search.

public Int32 ScannedObjects { get; set; } #

Number of directory objects scanned.

public Int32 ScannedSpns { get; set; } #

Number of SPN values scanned.

public Boolean Truncated { get; set; } #

True when the scan hit a limit and results may be incomplete.

public IReadOnlyList<ServiceClassStats> ServiceClasses { get; set; } #

Aggregation by service class.

public IReadOnlyList<HostStats> Hosts { get; set; } #

Aggregation by host portion of the SPN target.