IAdmResetPasswordAction3

The IAdmResetPasswordAction3 interface extends the IAdmResetPasswordAction interface, and allows you to generate a random password as well as set password generation options in a Reset user password action.

Inheritance: IUnknown

Properties

Details

PasswordGenerationType

Gets or sets a value indicating whether the action should generate a random password.


PasswordGenerationMinLength

Gets or sets the minimum length of the password generated by this action.

  • Type:
  • int
  • Access:
  • Read/Write

PasswordGenerationMaxLength

Gets or sets the maximum length of the password generated by this action.

  • Type:
  • int
  • Access:
  • Read/Write

PasswordGenerationUpperLetters

Gets or sets a set of upper case letters allowed to be used for password generation.

  • Type:
  • string
  • Access:
  • Read/Write

PasswordGenerationLowerLetters

Gets or sets a set of lower case letters allowed to be used for password generation.

  • Type:
  • string
  • Access:
  • Read/Write

PasswordGenerationSpecialChars

Gets or sets a set of special characters allowed to be used for password generation.

  • Type:
  • string
  • Access:
  • Read/Write

PasswordGenerationDigits

Gets or sets a set of digits allowed to be used for password generation.

  • Type:
  • string
  • Access:
  • Read/Write

PasswordGenerationOtherChars

Gets or sets a set of user-defined characters allowed to be used for password generation.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2011.1

See also