DocuSign v0.2.4 DocuSign.Model.AccountPasswordRules View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %DocuSign.Model.AccountPasswordRules{ expirePassword: String.t(), expirePasswordDays: String.t(), expirePasswordDaysMetadata: AccountPasswordExpirePasswordDays, lockoutDurationMinutes: String.t(), lockoutDurationMinutesMetadata: AccountPasswordLockoutDurationMinutes, lockoutDurationType: String.t(), lockoutDurationTypeMetadata: AccountPasswordLockoutDurationType, minimumPasswordAgeDays: String.t(), minimumPasswordAgeDaysMetadata: AccountPasswordMinimumPasswordAgeDays, minimumPasswordLength: String.t(), minimumPasswordLengthMetadata: AccountMinimumPasswordLength, passwordIncludeDigit: String.t(), passwordIncludeDigitOrSpecialCharacter: String.t(), passwordIncludeLowerCase: String.t(), passwordIncludeSpecialCharacter: String.t(), passwordIncludeUpperCase: String.t(), passwordStrengthType: String.t(), passwordStrengthTypeMetadata: AccountPasswordStrengthType, questionsRequired: String.t(), questionsRequiredMetadata: AccountPasswordQuestionsRequired }