API Reference
Class
View (DirectoryDescriptionSecretPostureService)
Aggregated view of description-secret indicators.
Inheritance
- Object
- View
Constructors
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain DNS name.
public Boolean CollectionSucceeded { get; set; } #Gets a value indicating whether collection completed.
public String CollectionError { get; set; } #Collection error details when collection fails.
public Int32 CandidateCount { get; set; } #Total rows returned by the collector before keyword filtering.
public Int32 FindingCount { get; set; } #Total findings before row limiting.
public Boolean Truncated { get; set; } #Gets a value indicating whether findings were truncated.
public IReadOnlyList<Finding> Findings { get; set; } #Description-secret findings.