Directory Password Policy Args
constructor(hardExpire: Output<Boolean>? = null, maxLoginAttempts: Output<Int>? = null, maxPasswordAge: Output<Int>? = null, maxPasswordLength: Output<Int>? = null, minPasswordDifferentChars: Output<Int>? = null, minPasswordLength: Output<Int>? = null, passwordNotContainUsername: Output<Boolean>? = null, passwordReusePrevention: Output<Int>? = null, requireLowerCaseChars: Output<Boolean>? = null, requireNumbers: Output<Boolean>? = null, requireSymbols: Output<Boolean>? = null, requireUpperCaseChars: Output<Boolean>? = null)