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.
public static class CredentialChangePayload.ChangeTypesInheritance System.Object → ChangeTypes
Fields
CredentialChangePayload.ChangeTypes.Create Field
The credential was created.
public const string Create = "create";Field Value
CredentialChangePayload.ChangeTypes.Delete Field
The credential was deleted.
public const string Delete = "delete";Field Value
CredentialChangePayload.ChangeTypes.Revoke Field
The credential was revoked.
public const string Revoke = "revoke";Field Value
CredentialChangePayload.ChangeTypes.Update Field
The credential was updated.
public const string Update = "update";