#### [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').[CredentialChangePayload](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP.CredentialChangePayload 'Abblix\.SecurityEvents\.CAEP\.CredentialChangePayload')

## CredentialChangePayload\.ChangeTypes Class

The values the "change\_type" member may carry \(CAEP 1\.0 Section 3\.3\.1\) \- this set is
closed, unlike the credential types\.

```csharp
public static class CredentialChangePayload.ChangeTypes
```

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

## CredentialChangePayload\.ChangeTypes\.Create Field {#Abblix.SecurityEvents.CAEP.CredentialChangePayload.ChangeTypes.Create}

The credential was created\.

```csharp
public const string Create = "create";
```

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

## CredentialChangePayload\.ChangeTypes\.Delete Field {#Abblix.SecurityEvents.CAEP.CredentialChangePayload.ChangeTypes.Delete}

The credential was deleted\.

```csharp
public const string Delete = "delete";
```

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

## CredentialChangePayload\.ChangeTypes\.Revoke Field {#Abblix.SecurityEvents.CAEP.CredentialChangePayload.ChangeTypes.Revoke}

The credential was revoked\.

```csharp
public const string Revoke = "revoke";
```

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

## CredentialChangePayload\.ChangeTypes\.Update Field {#Abblix.SecurityEvents.CAEP.CredentialChangePayload.ChangeTypes.Update}

The credential was updated\.

```csharp
public const string Update = "update";
```

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