View Source DocuSign.Model.AccountPasswordStrengthTypeOption (DocuSign v1.2.0)

Summary

Types

@type t() :: %DocuSign.Model.AccountPasswordStrengthTypeOption{
  minimumLength: String.t() | nil,
  name: String.t() | nil,
  passwordIncludeDigit: String.t() | nil,
  passwordIncludeDigitOrSpecialCharacter: String.t() | nil,
  passwordIncludeLowerCase: String.t() | nil,
  passwordIncludeSpecialCharacter: String.t() | nil,
  passwordIncludeUpperCase: String.t() | nil
}