DocuSign v0.2.9 DocuSign.Model.AccountPasswordStrengthTypeOption View Source

Link to this section Summary

Link to this section Types

Specs

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()
}