TestimoX

API Reference

Class

NameSuffixRoutingRow

Namespace ADPlayground.Trusts.TrustExplorer
Assembly ADPlayground
Modifiers sealed

Flattened Name Suffix Routing row for diagnostics (trust × suffix × domain match).

Inheritance

  • Object
  • NameSuffixRoutingRow

Constructors

Properties

public String TrustSource { get; set; } #

Source (trusting) forest name.

public String TrustTarget { get; set; } #

Target (trusted) forest name.

public String DomainDns { get; set; } #

Matched domain DNS name for the suffix (when available).

public String DomainNetBios { get; set; } #

Matched domain NetBIOS name for the suffix (when available).

public String DomainSid { get; set; } #

Matched domain SID for the suffix (when available).

public String Suffix { get; set; } #

Suffix value.

public ForestTrustSuffixType Type { get; set; } #

Suffix type as reported by forest trust info.

public ForestTrustSuffixStatus Status { get; set; } #

Enabled/Disabled state of the suffix.

public String Reason { get; set; } #

Optional reason text parsed from the forest-trust info.

public Nullable<DateTime> WhenChanged { get; set; } #

Timestamp of the underlying trustedDomain change when available.