Skip to main content

PasswordResetSettings

Settings used to manage the Password Reset functionality.

Properties

NameTypeDescriptionNotes
allowIgnoreIpAddressForRbaBooleanFlag indicates if ignore ip address for rba will be allowed or not.[optional]
authenticatorsList<AuthenticatorsEnum>The list of second factor authenticator types that can be used during a password reset operation.[optional]
challengeSizeIntegerFor a KBA authenticator, it is the number of questions that the user must answer--not supported if these settings are part of a Group Policy (not the Global Policy).[optional]
emailAccountBooleanIndicates whether an email should be sent to notify the user account has been locked, unlocked, or an attempt of unlock has occurred.[optional]
emailOtpEnabledBooleanIndicates if OTP can be sent to email.[optional]
enabledBooleanIndicates whether password reset is enabled.[optional]
groupsList<Group>Groups that can perform a password reset operation--not supported if these settings are part of a Group Policy (not the Global Policy).[optional]
twoSecondFactorRequiredBooleanIndicates whether two forms of second factor authentication must be completed before a password reset operation can be done.[optional]
unlockAccountBooleanIndicates whether the user account should be unlocked after a password reset operation is completed.[optional]
versionIntegerIndicates the version of this model.[optional]
wrongAnswersAllowedIntegerFor a KBA authenticator, it is the number of questions that the user could answer incorrectly and still be considered a valid response--not supported if these settings are part of a Group Policy (not the Global Policy).[optional]

List<AuthenticatorsEnum>

NameValue
MACHINE"MACHINE"
PASSWORD"PASSWORD"
EXTERNAL"EXTERNAL"
KBA"KBA"
TEMP_ACCESS_CODE"TEMP_ACCESS_CODE"
OTP"OTP"
GRID"GRID"
TOKEN"TOKEN"
TOKENPUSH"TOKENPUSH"
FIDO"FIDO"
SMARTCREDENTIALPUSH"SMARTCREDENTIALPUSH"
PASSWORD_AND_SECONDFACTOR"PASSWORD_AND_SECONDFACTOR"
SMART_LOGIN"SMART_LOGIN"
IDP"IDP"
PASSKEY"PASSKEY"
IDP_AND_SECONDFACTOR"IDP_AND_SECONDFACTOR"
USER_CERTIFICATE"USER_CERTIFICATE"
FACE"FACE"