API Reference
Class
DetectedDnsApplication
Typed third-party application detection inferred from DNS data.
Inheritance
- Object
- DetectedDnsApplication
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
Constructors
public DetectedDnsApplication() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Gets or sets the id value.
public String Name { get; set; } #Gets or sets the name value.
public DetectedDnsAppCategory Category { get; set; } #Gets or sets the category value.
public DetectedDnsAppEvidenceKind EvidenceKind { get; set; } #Gets or sets the evidence kind value.
public Microsoft365DetectionConfidence Confidence { get; set; } #Gets or sets the confidence value.
public String Evidence { get; set; } #Gets or sets the evidence value.
public String Source { get; set; } #Gets or sets the source value.