--- title: account_passwordSettings description: account_passwordSettings attributes, type and example --- ## Constructor: account\_passwordSettings [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |email|[string](../types/string.md) | Required| ### Type: [account\_PasswordSettings](../types/account_PasswordSettings.md) ### Example: ``` $account_passwordSettings = ['_' => 'account_passwordSettings', 'email' => string, ]; ```