Skip to content

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.

C#
public static class CredentialChangePayload.ChangeTypes

Inheritance System.Object → ChangeTypes

Fields

CredentialChangePayload.ChangeTypes.Create Field

The credential was created.

C#
public const string Create = "create";

Field Value

System.String

CredentialChangePayload.ChangeTypes.Delete Field

The credential was deleted.

C#
public const string Delete = "delete";

Field Value

System.String

CredentialChangePayload.ChangeTypes.Revoke Field

The credential was revoked.

C#
public const string Revoke = "revoke";

Field Value

System.String

CredentialChangePayload.ChangeTypes.Update Field

The credential was updated.

C#
public const string Update = "update";

Field Value

System.String