IAdmResetMfaAction

The IAdmResetMfaAction interface represents the Reset multifactor authentication action.

Inheritance: IAdmAction
Derived: IAdmResetMfaAction2

Properties

  • Property

  • Description

  • ResetM365Mfa

  • Gets or sets a value indicating whether to reset multifactor authentication in Microsoft 365.

  • AdaxesTotpApps

  • Gets or sets an array of authenticator apps that this action will reset for web interface and password self-service.

Details

ResetM365Mfa

Gets or sets a value indicating whether to reset multifactor authentication (MFA) in Microsoft 365. A value of true indicates that MFA in Microsoft 365 should be reset, while a value of false indicates that it should not.

  • Type:
  • bool
  • Access:
  • Read/Write

AdaxesTotpApps

Gets or sets an array of authenticator apps that this action will reset for web interface and password self-service. If set to null, the action will not reset multifactor authentication in web interface and password self-service.

Remarks

You can use the IAdmMultifactorAuthenticationQueries interface to obtain a list of all authenticator apps activated in Adaxes by at least one user.


Requirements

Minimum required version: 2026.1

See also