Skip to content

AccountDisabledPayload Class

Account Disabled (RISC 1.0 Section 2.3): the account identified by the subject has been disabled and may be enabled again in the future - the reversible counterpart of AccountPurgedPayload.

C#
public sealed record AccountDisabledPayload : Abblix.SecurityEvents.Events.IEventPayload, System.IEquatable<Abblix.SecurityEvents.RISC.AccountDisabledPayload>

Inheritance System.Object → AccountDisabledPayload

Implements IEventPayload, System.IEquatable<AccountDisabledPayload>

Properties

AccountDisabledPayload.Reason Property

OPTIONAL. Why the account was disabled, one of Reasons (RISC 1.0 Section 2.3).

C#
public string? Reason { get; init; }

Property Value

System.String