API Reference
Class
AuditEnvironmentDocument
Environment metadata captured for an audit package.
Inheritance
- Object
- AuditEnvironmentDocument
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AuditPackageDocumentSet.Environment
Constructors
public AuditEnvironmentDocument() #Inherited Methods
Properties
public List<String> ForestNames { get; set; } #Gets or sets the forest names observed during execution.
public List<String> DomainNames { get; set; } #Gets or sets the domain names observed during execution.
public List<String> DomainControllerNames { get; set; } #Gets or sets the domain controller names observed during execution.
public String CollectorMachineName { get; set; } #Gets or sets the collector host machine name.
public String CollectorOperatingSystem { get; set; } #Gets or sets the collector host operating system description.
public String CollectorArchitecture { get; set; } #Gets or sets the collector host architecture description.