# AccountPasswordStrengthTypeOption ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **minimumLength** | **String** | Minimum length of the access code string. | [optional] **name** | **String** | | [optional] **passwordIncludeDigit** | **String** | When set to **true**, passwords must include a digit. The default value is `false`. | [optional] **passwordIncludeDigitOrSpecialCharacter** | **String** | When set to **true**, passwords must include either a digit or a special character. The default value is `false`. **Note**: Passwords cannot include angle brackets (`<` `>`) or spaces. | [optional] **passwordIncludeLowerCase** | **String** | When set to **true**, passwords must include a lowercase letter. The default value is `false`. | [optional] **passwordIncludeSpecialCharacter** | **String** | When set to **true**, passwords must include a special character. The default value is `false`. **Note**: Passwords cannot include angle brackets (`<` `>`) or spaces. | [optional] **passwordIncludeUpperCase** | **String** | When set to **true**, passwords must include an uppercase letter. The default value is `false`. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)