API Reference
Enum
Microsoft365DetectionConfidence
Confidence level for Microsoft 365 public-signal detections.
Inheritance
- Enum
- Microsoft365DetectionConfidence
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 DetectedDnsApplication.Confidence
- Property Microsoft365AuthenticationSummary.Confidence
- Field Microsoft365DetectionConfidence.Moderate
- Field Microsoft365DetectionConfidence.Strong
- Field Microsoft365DetectionConfidence.Unknown
- Field Microsoft365DetectionConfidence.Weak
- Property Microsoft365DnsApplicationCategorySummary.HighestConfidence
- Property Microsoft365EvidenceCategorySummary.HighestConfidence
- Property Microsoft365EvidenceItem.Confidence
- Property Microsoft365ServiceDetection.Confidence
- Property Microsoft365TenantAnalysis.DetectionConfidence
- Property Microsoft365TenantDomain.Confidence
- Property Microsoft365TenantInfo.DetectionConfidence
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const Microsoft365DetectionConfidence Unknown #Defines values for microsoft365 evidence category.
Value:
0public const Microsoft365DetectionConfidence Weak #Defines values for microsoft365 evidence category.
Value:
1public const Microsoft365DetectionConfidence Moderate #Defines values for microsoft365 evidence category.
Value:
2public const Microsoft365DetectionConfidence Strong #Defines values for microsoft365 evidence category.
Value:
3