SoftLayer_Container_User_Customer_PasswordSet


SoftLayer_Container_User_Customer_PasswordSet

Description

Container for holding information necessary for the setting and resetting of customer passwords

Local


answeredSecurityQuestionId

Id of SoftLayer_User_Security_Question.
Type: int


authenticationMethods

The authentication methods required.
Type: int[]


digitCountRequirement

The number of digits required.
Type: int


key

The password key provided to user in the password set url link sent via email.
Type: string


lowercaseCountRequirement

The number of lowercase letters required.
Type: int


maximumPasswordLengthRequirement

The maximum password length requirement.
Type: int


minimumPasswordLengthRequirement

The minimum password length requirement.
Type: int


password

The user’s new password.
Type: string


securityAnswer

Answer to security question provided by the user.
Type: string


securityQuestions

Array of SoftLayer_User_Security_Question.
Type: SoftLayer_User_Security_Question[]


specialCharacterCountRequirement

The number of special characters required.
Type: int


specialCharactersAllowed

List of the allowed special characters.
Type: string


uppercaseCountRequirement

The number of uppercase letters required.
Type: int


userId

The id of the user to authenticate.
Type: int

Relational

Count