API Reference
Enum
Microsoft365EvidenceCategory
High-level category for compact Microsoft 365 evidence ledger entries.
Inheritance
- Enum
- Microsoft365EvidenceCategory
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
- Field Microsoft365EvidenceCategory.Authentication
- Field Microsoft365EvidenceCategory.DnsApplication
- Field Microsoft365EvidenceCategory.Domain
- Field Microsoft365EvidenceCategory.Identity
- Field Microsoft365EvidenceCategory.Mail
- Field Microsoft365EvidenceCategory.Service
- Field Microsoft365EvidenceCategory.Unknown
- Property Microsoft365EvidenceCategorySummary.Category
- Property Microsoft365EvidenceItem.Category
- Property Microsoft365EvidenceSummary.DominantCategory
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 Microsoft365EvidenceCategory Unknown #Defines values for microsoft365 tenant domain role.
Value:
0public const Microsoft365EvidenceCategory Identity #Defines values for microsoft365 tenant domain role.
Value:
1public const Microsoft365EvidenceCategory Mail #Defines values for microsoft365 tenant domain role.
Value:
2public const Microsoft365EvidenceCategory Service #Defines values for microsoft365 tenant domain role.
Value:
3public const Microsoft365EvidenceCategory DnsApplication #Defines values for microsoft365 tenant domain role.
Value:
4public const Microsoft365EvidenceCategory Authentication #Defines values for microsoft365 tenant domain role.
Value:
5public const Microsoft365EvidenceCategory Domain #Defines values for microsoft365 tenant domain role.
Value:
6