Private/Types/enums/ResetTwoFactorResult.generated.psm1
enum ResetTwoFactorResult { AlreadyReset = 0 Reset = 1 InvalidUserOrPassword = 2 LockedUser = 3 NotApprovedUser = 4 InvalidIP = 5 } |
enum ResetTwoFactorResult { AlreadyReset = 0 Reset = 1 InvalidUserOrPassword = 2 LockedUser = 3 NotApprovedUser = 4 InvalidIP = 5 } |