Skip to content

Abblix.SecurityEvents.RISC.AccountDisabledPayload

AccountDisabledPayload.Reasons Class

The reasons Section 2.3 names. The claim is a free string, so the set is open to values the two parties agree on beyond these.

C#
public static class AccountDisabledPayload.Reasons

Inheritance System.Object → Reasons

Fields

AccountDisabledPayload.Reasons.BulkAccount Field

The account was disabled as part of bulk-created abusive accounts.

C#
public const string BulkAccount = "bulk-account";

Field Value

System.String

AccountDisabledPayload.Reasons.Hijacking Field

The account was disabled because it was hijacked.

C#
public const string Hijacking = "hijacking";

Field Value

System.String