IAdmResetPasswordAction3
The IAdmResetPasswordAction3 interface extends the IAdmResetPasswordAction interface and allows you to specify whether a random password must be generated by the Reset user password action as well as password generation options.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
PasswordGenerationType
-
Gets or sets a value indicating whether a random password must be generated by the action.
-
PasswordGenerationMinLength
-
Gets or sets the minimum length of the password generated by this action.
-
PasswordGenerationMaxLength
-
Gets or sets the maximum length of the password generated by this action.
-
PasswordGenerationUpperLetters
-
Gets or sets a set of upper case letters allowed to be used for password generation.
-
PasswordGenerationLowerLetters
-
Gets or sets a set of lower case letters allowed to be used for password generation.
-
PasswordGenerationSpecialChars
-
Gets or sets a set of special characters allowed to be used for password generation.
-
PasswordGenerationDigits
-
Gets or sets a set of digits allowed to be used for password generation.
-
PasswordGenerationOtherChars
-
Gets or sets a set of user-defined characters allowed to be used for password generation.
Details
PasswordGenerationType
Gets or sets a value indicating whether a random password must be generated by the action.
- Type:
- ADM_PASSWORDGENERATIONTYPE_ENUM
- Access:
- Read/Write
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