#### [Abblix\.SecurityEvents\.CAEP](https://www.abblix.com/en/docs/api/abblix-securityevents-caep 'index')
### [Abblix\.SecurityEvents\.CAEP](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP 'Abblix\.SecurityEvents\.CAEP').[AssuranceLevelChangePayload](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload 'Abblix\.SecurityEvents\.CAEP\.AssuranceLevelChangePayload')

## AssuranceLevelChangePayload\.ChangeDirections Class

The values the "change\_direction" member may carry \(CAEP 1\.0 Section 3\.4\.1\)\.

```csharp
public static class AssuranceLevelChangePayload.ChangeDirections
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → ChangeDirections
### Fields

## AssuranceLevelChangePayload\.ChangeDirections\.Decrease Field {#Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload.ChangeDirections.Decrease}

The assurance level decreased\.

```csharp
public const string Decrease = "decrease";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AssuranceLevelChangePayload\.ChangeDirections\.Increase Field {#Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload.ChangeDirections.Increase}

The assurance level increased\.

```csharp
public const string Increase = "increase";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
