DocuSign v0.2.1 DocuSign.Model.AccountPasswordStrengthTypeOption View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.AccountPasswordStrengthTypeOption{
minimumLength: String.t(),
name: String.t(),
passwordIncludeDigit: String.t(),
passwordIncludeDigitOrSpecialCharacter: String.t(),
passwordIncludeLowerCase: String.t(),
passwordIncludeSpecialCharacter: String.t(),
passwordIncludeUpperCase: String.t()
}
t() :: %DocuSign.Model.AccountPasswordStrengthTypeOption{ minimumLength: String.t(), name: String.t(), passwordIncludeDigit: String.t(), passwordIncludeDigitOrSpecialCharacter: String.t(), passwordIncludeLowerCase: String.t(), passwordIncludeSpecialCharacter: String.t(), passwordIncludeUpperCase: String.t() }