DocuSign.Model.AccountPasswordStrengthTypeOption (DocuSign v2.2.3)

View Source

Summary

Types

t()

@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
}

Functions

decode(value)