IAdmPasswordSelfServiceEnrollmentParameters

The IAdmPasswordSelfServiceEnrollmentParameters interface can be used to retrieve parameters of the Password Self-Service enrollment process.

Inheritance: IUnknown

Properties

Details

QuestionsAndAnswersEnabled

Gets a value that indicates whether the Security Questions and Answers feature is enabled for the Self-Password Reset process.

  • Type:
  • bool
  • Access:
  • Read-only

NumberQuestionsToAnswer

Gets the number of questions that a user must answer in order to reset their password. If this property is not set, the user must answer all the questions specified.

  • Type:
  • int
  • Access:
  • Read-only

Questions

Gets a collection of questions available for a user during resetting the password. Each question in the collection is represented by the IAdmPasswordSelfServiceQuestion interface.


NumberUserQuestions

Gets the number of user-defined questions that are allowed by the Password Self-Service Policy.

  • Type:
  • int
  • Access:
  • Read-only

UserQuestionMinLength

Gets the minimum length of a user-defined question.

  • Type:
  • int
  • Access:
  • Read-only

AnswerMinLengthEnabled

Gets a value that indicates whether user's answers are limited by minimum length.

  • Type:
  • bool
  • Access:
  • Read-only

AnswerMinLength

Gets the minimum length of a user's answer.

  • Type:
  • int
  • Access:
  • Read-only

IdenticalAnswersAllowed

Gets a value that indicates whether a user is allowed to provide identical answers to two or more questions.

  • Type:
  • bool
  • Access:
  • Read-only

AnswersAreCaseSensitive

Gets a value that indicates whether user's answers are case sensitive.

  • Type:
  • bool
  • Access:
  • Read-only

AnswerCannotBePartOfQuestion

Gets a value that indicates whether an answer can be a part of the question.

  • Type:
  • bool
  • Access:
  • Read-only

PolicyGuid

Gets the globally unique identifier (GUID) of the effective Password Self-Service Policy.

  • Type:
  • string
  • Access:
  • Read-only

SmsVerificationEnabled

Gets a value that indicates whether the SMS Verification feature is enabled for the Self-Password Reset process.

  • Type:
  • bool
  • Access:
  • Read-only

SmsVerificationNoMobileNumberBypassed

Gets a value that indicates whether SMS verification is bypassed when a user does not have a mobile number assigned.

  • Type:
  • bool
  • Access:
  • Read-only

Requirements

Minimum required version: 2011.3

See also