API Reference
Class
Microsoft365EvidenceItem
Compact evidence entry explaining why a Microsoft 365 tenant was inferred.
Inheritance
- Object
- Microsoft365EvidenceItem
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 Microsoft365EvidenceItem() #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 Label { get; set; } #Gets or sets the label value.
public Microsoft365EvidenceCategory Category { get; set; } #Gets or sets the category value.
public Microsoft365DetectionConfidence Confidence { get; set; } #Gets or sets the confidence value.
public IReadOnlyList<String> Evidence { get; set; } #Gets or sets the evidence value.