| Id |
String |
The identity's unique identifier for the outlier record |
[optional] |
| IdentityId |
String |
The ID of the identity that is detected as an outlier |
[optional] |
| Type |
Enum [ "LOW_SIMILARITY", "STRUCTURAL" ] |
The type of outlier summary |
[optional] |
| FirstDetectionDate |
System.DateTime |
The first date the outlier was detected |
[optional] |
| LatestDetectionDate |
System.DateTime |
The most recent date the outlier was detected |
[optional] |
| Ignored |
Boolean |
Flag whether or not the outlier has been ignored |
[optional] |
| Attributes |
[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
Object containing mapped identity attributes |
[optional] |
| Score |
Double |
The outlier score determined by the detection engine ranging from 0..1 |
[optional] |
| UnignoreType |
Enum [ "MANUAL", "AUTOMATIC" ] |
Enum value of if the outlier manually or automatically un-ignored. Will be NULL if outlier is not ignored |
[optional] |
| UnignoreDate |
System.DateTime |
shows date when last time has been unignored outlier |
[optional] |
| IgnoreDate |
System.DateTime |
shows date when last time has been ignored outlier |
[optional] |