Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload
AssuranceLevelChangePayload.ChangeDirections Class
The values the "change_direction" member may carry (CAEP 1.0 Section 3.4.1).
public static class AssuranceLevelChangePayload.ChangeDirectionsInheritance System.Object → ChangeDirections
Fields
AssuranceLevelChangePayload.ChangeDirections.Decrease Field
The assurance level decreased.
public const string Decrease = "decrease";Field Value
AssuranceLevelChangePayload.ChangeDirections.Increase Field
The assurance level increased.
public const string Increase = "increase";