API Reference
Class
DirectoryDiscoveryIssue
Represents a single directory discovery diagnostic finding.
Inheritance
- Object
- DirectoryDiscoveryIssue
Constructors
public DirectoryDiscoveryIssue() #Methods
Inherited Methods
Properties
public DirectoryDiscoveryIssueType Type { get; set; } #Type of issue detected.
public DirectoryDiscoverySeverity Severity { get; set; } #Severity classification for the issue.
public String ForestName { get; set; } #Forest name associated with the issue when known.
public String DomainName { get; set; } #Domain name associated with the issue when known.
public String Host { get; set; } #Host name involved in the issue when applicable.
public String Details { get; set; } #Additional details or context.